|
9 | 9 | env:
|
10 | 10 | # Default versions for canonical release build
|
11 | 11 | DEFAULT_JAVA_VERSION: '8'
|
12 |
| - DEFAULT_JRUBY_VERSION: '9.4.12.1' # Should match pom.xml <jruby.version> property (AND a version inside the test matrix) |
| 12 | + DEFAULT_JRUBY_VERSION: '9.4.13.0' # Should match pom.xml <jruby.version> property (AND a version inside the test matrix) |
13 | 13 |
|
14 | 14 | jobs:
|
15 | 15 | build:
|
|
18 | 18 |
|
19 | 19 | strategy:
|
20 | 20 | matrix:
|
21 |
| - jruby_version: [ '9.3.15.0', '9.4.12.1', '10.0.0.1' ] |
| 21 | + jruby_version: [ '9.3.15.0', '9.4.13.0', '10.0.0.1' ] |
22 | 22 | java_version: [ '8', '11', '17', '21' ]
|
23 | 23 | exclude:
|
24 | 24 | - jruby_version: '10.0.0.1'
|
|
54 | 54 |
|
55 | 55 | strategy:
|
56 | 56 | matrix:
|
57 |
| - jruby_version: [ '9.3.15.0', '9.4.12.1', '10.0.0.1' ] |
| 57 | + jruby_version: [ '9.3.15.0', '9.4.13.0', '10.0.0.1' ] |
58 | 58 | java_version: [ '8', '11', '17', '21' ]
|
59 | 59 | appraisal: [ 'rails50', 'rails52', 'rails60', 'rails61', 'rails70', 'rails71', 'rails72', 'rails80' ]
|
60 | 60 | exclude:
|
|
66 | 66 | appraisal: 'rails72' # Requires Ruby 3.1 compatibility, which JRuby 9.3 does not support
|
67 | 67 | - jruby_version: '9.3.15.0'
|
68 | 68 | appraisal: 'rails80' # Requires Ruby 3.4 compatibility, which JRuby 9.3 does not support
|
69 |
| - - jruby_version: '9.4.12.1' |
| 69 | + - jruby_version: '9.4.13.0' |
70 | 70 | appraisal: 'rails80' # Requires Ruby 3.4 compatibility, which JRuby 9.4 does not support
|
71 | 71 | - jruby_version: '10.0.0.1'
|
72 | 72 | java_version: '8' # JRuby 10 requires Java 21
|
|
91 | 91 | cache: maven
|
92 | 92 |
|
93 | 93 | - name: Setup JRuby
|
94 |
| - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0 |
| 94 | + uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0 |
95 | 95 | with:
|
96 | 96 | ruby-version: jruby-${{ matrix.jruby_version }}
|
97 | 97 | bundler-cache: 'false' # Need to install later so we can vary from Gemfile.lock as required for JRuby version compatibility
|
|
0 commit comments