File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments