Skip to content

Commit

Permalink
Adjust the test matrix for Rails 8.1
Browse files Browse the repository at this point in the history
Rails 8.1 requires Ruby 3.2 at minimum:

~~~
Bundler found conflicting requirements for the Ruby
  In Gemfile.rails-main:
    activesupport was resolved to 8.1.0.alpha, which depends on
      Ruby (>= 3.2.0)
~~~
  • Loading branch information
voxik committed Dec 10, 2024
1 parent cb35bee commit bd5bd23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- gemfiles/Gemfile.rails-7.1.x
- gemfiles/Gemfile.rails-main
exclude:
# Ruby 3.0 is not supported by Rails main (requires at least Ruby 3.1)
# Rails main requires at least Ruby 3.2
- ruby_version: '3.1'
gemfile: gemfiles/Gemfile.rails-main
- ruby_version: '3.0'
gemfile: gemfiles/Gemfile.rails-main
# JRuby is not supported by Rails 7.0.x
Expand Down

0 comments on commit bd5bd23

Please sign in to comment.