We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eca23ba + 4ad5c6c commit aae3671Copy full SHA for aae3671
.github/workflows/integration_tests.yaml
@@ -21,6 +21,7 @@ jobs:
21
- {os: ubuntu-latest, ruby: '2.7'}
22
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
23
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
24
+ - {os: ubuntu-latest, ruby: 'jruby-9.4.8.0'}
25
- {os: windows-2019, ruby: '2.7'}
26
- {os: windows-2019, ruby: '3.2'} # with openssl 3
27
runs-on: ${{ matrix.cfg.os }}
0 commit comments