Skip to content

Commit ffb1f51

Browse files
committed
Test against JRuby 10.0.1.0
1 parent 1d9767b commit ffb1f51

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

.github/workflows/maven.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
jruby_version: [ '9.3.15.0', '9.4.13.0', '10.0.0.1' ]
21+
jruby_version: [ '9.3.15.0', '9.4.13.0', '10.0.1.0' ]
2222
java_version: [ '8', '11', '17', '21' ]
2323
exclude:
24-
- jruby_version: '10.0.0.1'
24+
- jruby_version: '10.0.1.0'
2525
java_version: '8' # JRuby 10 requires Java 21
26-
- jruby_version: '10.0.0.1'
26+
- jruby_version: '10.0.1.0'
2727
java_version: '11' # JRuby 10 requires Java 21
28-
- jruby_version: '10.0.0.1'
28+
- jruby_version: '10.0.1.0'
2929
java_version: '17' # JRuby 10 requires Java 21
3030
fail-fast: false
3131

@@ -54,7 +54,7 @@ jobs:
5454

5555
strategy:
5656
matrix:
57-
jruby_version: [ '9.3.15.0', '9.4.13.0', '10.0.0.1' ]
57+
jruby_version: [ '9.3.15.0', '9.4.13.0', '10.0.1.0' ]
5858
java_version: [ '8', '11', '17', '21' ]
5959
appraisal: [ 'rails50', 'rails52', 'rails60', 'rails61', 'rails70', 'rails71', 'rails72', 'rails80' ]
6060
exclude:
@@ -68,11 +68,11 @@ jobs:
6868
appraisal: 'rails80' # Requires Ruby 3.4 compatibility, which JRuby 9.3 does not support
6969
- jruby_version: '9.4.13.0'
7070
appraisal: 'rails80' # Requires Ruby 3.4 compatibility, which JRuby 9.4 does not support
71-
- jruby_version: '10.0.0.1'
71+
- jruby_version: '10.0.1.0'
7272
java_version: '8' # JRuby 10 requires Java 21
73-
- jruby_version: '10.0.0.1'
73+
- jruby_version: '10.0.1.0'
7474
java_version: '11' # JRuby 10 requires Java 21
75-
- jruby_version: '10.0.0.1'
75+
- jruby_version: '10.0.1.0'
7676
java_version: '17' # JRuby 10 requires Java 21
7777
fail-fast: false
7878

@@ -91,7 +91,7 @@ jobs:
9191
cache: maven
9292

9393
- name: Setup JRuby
94-
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.0
94+
uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 # v1.248.0
9595
with:
9696
ruby-version: jruby-${{ matrix.jruby_version }}
9797
bundler-cache: 'false' # Need to install later so we can vary from Gemfile.lock as required for JRuby version compatibility

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ DEPENDENCIES
3737
rspec
3838

3939
BUNDLED WITH
40-
2.6.3
40+
2.6.9

gemfiles/rails50.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ DEPENDENCIES
151151
rspec
152152

153153
BUNDLED WITH
154-
2.6.3
154+
2.6.9

gemfiles/rails52.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ DEPENDENCIES
159159
rspec
160160

161161
BUNDLED WITH
162-
2.6.3
162+
2.6.9

gemfiles/rails60.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ DEPENDENCIES
175175
rspec
176176

177177
BUNDLED WITH
178-
2.6.3
178+
2.6.9

gemfiles/rails61.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ DEPENDENCIES
178178
rspec
179179

180180
BUNDLED WITH
181-
2.6.3
181+
2.6.9

gemfiles/rails70.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ DEPENDENCIES
175175
rspec
176176

177177
BUNDLED WITH
178-
2.6.3
178+
2.6.9

gemfiles/rails71.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,4 +218,4 @@ DEPENDENCIES
218218
rspec
219219

220220
BUNDLED WITH
221-
2.6.3
221+
2.6.9

gemfiles/rails72.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ DEPENDENCIES
212212
rspec
213213

214214
BUNDLED WITH
215-
2.6.3
215+
2.6.9

gemfiles/rails80.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ DEPENDENCIES
210210
rspec
211211

212212
BUNDLED WITH
213-
2.6.3
213+
2.6.9

0 commit comments

Comments
 (0)