We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d9ae11 + ea59702 commit f888c0bCopy full SHA for f888c0b
2 files changed
.github/workflows/acceptance_tests.yml
@@ -19,7 +19,6 @@ jobs:
19
strategy:
20
matrix:
21
os:
22
- - windows-2019
23
- windows-2022
24
- ubuntu-22.04
25
- ubuntu-24.04
.github/workflows/integration_tests.yaml
@@ -27,8 +27,8 @@ jobs:
27
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
28
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
29
- {os: ubuntu-latest, ruby: 'jruby-9.4.8.0'}
30
- - {os: windows-2019, ruby: '2.7'}
31
- - {os: windows-2019, ruby: '3.2'} # with openssl 3
+ - {os: windows-2022, ruby: '2.7'}
+ - {os: windows-2022, ruby: '3.2'} # with openssl 3
32
runs-on: ${{ matrix.cfg.os }}
33
env:
34
BUNDLE_SET: 'with integration'
0 commit comments