Skip to content

Commit 90a3fa8

Browse files
authored
Merge pull request #5730 from jeromedalbert/fix-ci
Fix Rails main CI
2 parents 591b03a + 950721d commit 90a3fa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
ruby: '2.7' # Rails > 7.1 supports Ruby >= 3.1
2626
- gemfile: gemfiles/Gemfile-rails-main
2727
ruby: '3.0' # Rails > 7.1 supports Ruby >= 3.1
28+
- gemfile: gemfiles/Gemfile-rails-main
29+
ruby: '3.1' # Rails >= 8.0 supports Ruby >= 3.2
2830
- gemfile: Gemfile
2931
env: DEVISE_ORM=mongoid
3032
- gemfile: gemfiles/Gemfile-rails-main

0 commit comments

Comments
 (0)