Skip to content

Commit 2d8eb75

Browse files
committed
[ci] disable JRuby 10 targets, for now
1 parent e659f5d commit 2d8eb75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
jruby_version: [ '9.3.15.0', '9.4.12.1', '10.0.0.1' ]
16+
jruby_version: [ '9.3.15.0', '9.4.12.1' ] # , '10.0.0.1'
1717
java_version: [ '8', '11', '17', '21' ]
1818
exclude:
1919
- jruby_version: '10.0.0.1'
@@ -49,7 +49,7 @@ jobs:
4949

5050
strategy:
5151
matrix:
52-
jruby_version: [ '9.3.15.0', '9.4.12.1', '10.0.0.1' ]
52+
jruby_version: [ '9.3.15.0', '9.4.12.1' ] # , '10.0.0.1'
5353
java_version: [ '8', '11', '17', '21' ]
5454
appraisal: [ 'rails50', 'rails52', 'rails60', 'rails61', 'rails70', 'rails71', 'rails72' ]
5555
exclude:

0 commit comments

Comments
 (0)