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.
1 parent 1d9ae11 commit 8753f21Copy full SHA for 8753f21
.github/workflows/acceptance_tests.yml
@@ -19,8 +19,8 @@ jobs:
19
strategy:
20
matrix:
21
os:
22
- - windows-2019
23
- windows-2022
+ - windows-2025
24
- ubuntu-22.04
25
- ubuntu-24.04
26
- macos-13
.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-2025, ruby: '2.7'}
+ - {os: windows-2025, ruby: '3.2'} # with openssl 3
32
runs-on: ${{ matrix.cfg.os }}
33
env:
34
BUNDLE_SET: 'with integration'
0 commit comments