Skip to content

Commit 03b56b3

Browse files
committed
CI: Add jruby-9.4.12.1
This is the new target version for openvoxserver/db 8: https://github.com/OpenVoxProject/jruby-deps/blob/a50c718fee1a3df385959cf02dd4b61503b53472/project.clj#L1
1 parent 02ca069 commit 03b56b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }}
4040
include:
4141
- ruby: 'jruby-9.4.8.0'
42+
- ruby: 'jruby-9.4.12.1'
4243
runs-on: ubuntu-24.04
4344
steps:
4445
- name: Checkout current PR
@@ -139,6 +140,7 @@ jobs:
139140
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
140141
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
141142
- {os: ubuntu-latest, ruby: 'jruby-9.4.8.0'}
143+
- {os: ubuntu-latest, ruby: 'jruby-9.4.12.1'}
142144
- {os: windows-2022, ruby: '2.7'}
143145
- {os: windows-2022, ruby: '3.2'} # with openssl 3
144146
runs-on: ${{ matrix.cfg.os }}

0 commit comments

Comments
 (0)