We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 465c119 + 38b5008 commit fabedeaCopy full SHA for fabedea
.github/workflows/integration_tests.yaml
@@ -20,7 +20,7 @@ jobs:
20
cfg:
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.9.0'}
+ - {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
24
- {os: windows-2019, ruby: '2.7'}
25
- {os: windows-2019, ruby: '3.2'} # with openssl 3
26
runs-on: ${{ matrix.cfg.os }}
.github/workflows/unit_tests.yaml
@@ -23,7 +23,7 @@ jobs:
- '3.0'
- '3.2'
- 'jruby-9.3.14.0'
- - 'jruby-9.4.7.0'
+ - 'jruby-9.4.8.0'
27
runs-on: ubuntu-20.04
28
steps:
29
- name: Checkout current PR
0 commit comments