Skip to content

Commit 1d9767b

Browse files
Bump tests to run with JRuby 9.4.13.0 (#293)
* Run tests with JRuby 9.4.13.0 * Update changelog * Bump ruby/setup-ruby from 1.244.0 to 1.245.0 in the actions-deps group Bumps the actions-deps group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.244.0 to 1.245.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@13e7a03...a4effe4) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.245.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9836b37 commit 1d9767b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
# Default versions for canonical release build
1111
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)
1313

1414
jobs:
1515
build:
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
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' ]
2222
java_version: [ '8', '11', '17', '21' ]
2323
exclude:
2424
- jruby_version: '10.0.0.1'
@@ -54,7 +54,7 @@ jobs:
5454

5555
strategy:
5656
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' ]
5858
java_version: [ '8', '11', '17', '21' ]
5959
appraisal: [ 'rails50', 'rails52', 'rails60', 'rails61', 'rails70', 'rails71', 'rails72', 'rails80' ]
6060
exclude:
@@ -66,7 +66,7 @@ jobs:
6666
appraisal: 'rails72' # Requires Ruby 3.1 compatibility, which JRuby 9.3 does not support
6767
- jruby_version: '9.3.15.0'
6868
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'
7070
appraisal: 'rails80' # Requires Ruby 3.4 compatibility, which JRuby 9.4 does not support
7171
- jruby_version: '10.0.0.1'
7272
java_version: '8' # JRuby 10 requires Java 21
@@ -91,7 +91,7 @@ jobs:
9191
cache: maven
9292

9393
- name: Setup JRuby
94-
uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb # v1.244.0
94+
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.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

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- Adds basic compatibility with JRuby 10.0
44
- Drop unnecessary jruby.compat.version and RackConfig.getCompatVersion() API
55
- Drop JMS support
6-
- update (bundled) rack to 2.2.16
6+
- update (bundled) rack to 2.2.17
77

88
## 1.2.4 (UNRELEASED)
99

0 commit comments

Comments
 (0)