Skip to content

Commit f2b280b

Browse files
committed
JRuby is still at Ruby 2.6.8
so cannot run Rails 7 yet.
1 parent 24f9014 commit f2b280b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333

3434
- rails: "6.1"
3535
ruby: "3.0"
36+
- rails: "6.1"
37+
ruby: jruby
3638

3739
- rails: "7.0"
3840
ruby: 3.0
39-
- rails: "7.0"
40-
ruby: jruby
4141

4242
env:
4343
BUNDLE_GEMFILE: gemfiles/rails_${{ matrix.rails }}.gemfile

0 commit comments

Comments
 (0)