Skip to content

Commit fabedea

Browse files
authored
Merge pull request #2740 from mhashizume/maint/main/jruby-bump
JRuby test bumps
2 parents 465c119 + 38b5008 commit fabedea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/integration_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
cfg:
2121
- {os: ubuntu-latest, ruby: '2.7'}
2222
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
23-
- {os: ubuntu-22.04, ruby: 'jruby-9.3.9.0'}
23+
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
2424
- {os: windows-2019, ruby: '2.7'}
2525
- {os: windows-2019, ruby: '3.2'} # with openssl 3
2626
runs-on: ${{ matrix.cfg.os }}

Diff for: .github/workflows/unit_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- '3.0'
2424
- '3.2'
2525
- 'jruby-9.3.14.0'
26-
- 'jruby-9.4.7.0'
26+
- 'jruby-9.4.8.0'
2727
runs-on: ubuntu-20.04
2828
steps:
2929
- name: Checkout current PR

0 commit comments

Comments
 (0)