Skip to content

Commit

Permalink
Merge pull request #5730 from jeromedalbert/fix-ci
Browse files Browse the repository at this point in the history
Fix Rails main CI
  • Loading branch information
nashby authored Nov 25, 2024
2 parents 591b03a + 950721d commit 90a3fa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
ruby: '2.7' # Rails > 7.1 supports Ruby >= 3.1
- gemfile: gemfiles/Gemfile-rails-main
ruby: '3.0' # Rails > 7.1 supports Ruby >= 3.1
- gemfile: gemfiles/Gemfile-rails-main
ruby: '3.1' # Rails >= 8.0 supports Ruby >= 3.2
- gemfile: Gemfile
env: DEVISE_ORM=mongoid
- gemfile: gemfiles/Gemfile-rails-main
Expand Down

0 comments on commit 90a3fa8

Please sign in to comment.