We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 591b03a + 950721d commit 90a3fa8Copy full SHA for 90a3fa8
.github/workflows/test.yml
@@ -25,6 +25,8 @@ jobs:
25
ruby: '2.7' # Rails > 7.1 supports Ruby >= 3.1
26
- gemfile: gemfiles/Gemfile-rails-main
27
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
30
- gemfile: Gemfile
31
env: DEVISE_ORM=mongoid
32
0 commit comments