Skip to content

Commit bd5bd23

Browse files
committed
Adjust the test matrix for Rails 8.1
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) ~~~
1 parent cb35bee commit bd5bd23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- gemfiles/Gemfile.rails-7.1.x
2727
- gemfiles/Gemfile.rails-main
2828
exclude:
29-
# Ruby 3.0 is not supported by Rails main (requires at least Ruby 3.1)
29+
# Rails main requires at least Ruby 3.2
30+
- ruby_version: '3.1'
31+
gemfile: gemfiles/Gemfile.rails-main
3032
- ruby_version: '3.0'
3133
gemfile: gemfiles/Gemfile.rails-main
3234
# JRuby is not supported by Rails 7.0.x

0 commit comments

Comments
 (0)