Skip to content

Commit 662ea4d

Browse files
committed
CI: Update jruby-10.0.2.0->jruby-10.0.5.0
jruby-10.0.5.0 is our target version for OpenVox 9. Signed-off-by: Tim Meusel <tim@bastelfreak.de>
1 parent a9e59b9 commit 662ea4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
matrix:
3939
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
4040
include:
41-
- ruby: 'jruby-9.4.12.1'
42-
- ruby: 'jruby-10.0.2.0'
41+
- ruby: 'jruby-9.4.12.1' # used in OpenVox 8
42+
- ruby: 'jruby-10.0.5.0' # latest JRuby for Ruby 3.4 compatibility / OpenVox 9 target version
4343
runs-on: ubuntu-24.04
4444
steps:
4545
- name: Checkout current PR
@@ -140,7 +140,7 @@ jobs:
140140
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
141141
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
142142
- {os: ubuntu-latest, ruby: 'jruby-9.4.12.1'}
143-
- {os: ubuntu-latest, ruby: 'jruby-10.0.2.0'}
143+
- {os: ubuntu-latest, ruby: 'jruby-10.0.5.0'}
144144
- {os: windows-2022, ruby: '2.7'}
145145
- {os: windows-2022, ruby: '3.2'} # with openssl 3
146146
runs-on: ${{ matrix.cfg.os }}

0 commit comments

Comments
 (0)