Skip to content

Commit

Permalink
Merge pull request #37 from inkstak/bugfix-ci_ruby_34
Browse files Browse the repository at this point in the history
Add back head versions to CI
  • Loading branch information
inkstak authored Apr 18, 2024
2 parents 1a3c28e + 6d9626c commit 83ce303
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
# Test only supported versions: https://endoflife.date/ruby
ruby-version: [ '3.0', '3.1', '3.2', '3.3', jruby, truffleruby ]
ruby-version: [ '3.1', '3.2', '3.3', head, jruby, jruby-head, truffleruby, truffleruby-head ]

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 3 additions & 5 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
# Supported versions of Rails:
# https://endoflife.date/rails
#
appraise "activejob-6.0" do
gem "activejob", "~> 6.0.x"
gem "activesupport", "~> 6.0.x"
end

appraise "activejob-6.1" do
gem "activejob", "~> 6.1.x"
gem "activesupport", "~> 6.1.x"
gem "base64"
gem "bigdecimal"
gem "mutex_m"
end

appraise "activejob-7.0" do
Expand Down
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ gemspec

gem "gem-release"
gem "simplecov_json_formatter"

# FIXME: mutex_m must be installed to run CI with ruby head (3.4dev)
gem "mutex_m" # , platforms: :mri_34

0 comments on commit 83ce303

Please sign in to comment.