We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe8ea47 + 9db059e commit 1b61ffcCopy full SHA for 1b61ffc
.github/workflows/ci.yaml
@@ -40,6 +40,7 @@ jobs:
40
include:
41
- ruby: 'jruby-9.4.12.1'
42
- ruby: 'jruby-9.4.8.0'
43
+ - ruby: 'jruby-10.0.2.0'
44
runs-on: ubuntu-24.04
45
steps:
46
- name: Checkout current PR
@@ -141,6 +142,7 @@ jobs:
141
142
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
143
- {os: ubuntu-latest, ruby: 'jruby-9.4.8.0'}
144
- {os: ubuntu-latest, ruby: 'jruby-9.4.12.1'}
145
+ - {os: ubuntu-latest, ruby: 'jruby-10.0.2.0'}
146
- {os: windows-2022, ruby: '2.7'}
147
- {os: windows-2022, ruby: '3.2'} # with openssl 3
148
runs-on: ${{ matrix.cfg.os }}
0 commit comments