We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca2e21 commit 291180fCopy full SHA for 291180f
1 file changed
.github/workflows/ci.yml
@@ -21,11 +21,14 @@ jobs:
21
gemfile: rails_71
22
- ruby-version: 3.2.7
23
gemfile: rails_72
24
+ - ruby-version: jruby-9.4.11.0
25
+ gemfile: rails_72
26
- ruby-version: 3.3.7
27
gemfile: rails_80
28
29
30
31
+
32
env:
33
RAILS_ENV: test
34
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
0 commit comments