We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76ec65 commit 0e04887Copy full SHA for 0e04887
2 files changed
.github/workflows/acceptance_tests.yml
@@ -20,6 +20,7 @@ jobs:
20
matrix:
21
os:
22
- windows-2022
23
+ - 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-2022, ruby: '2.7'}
31
- - {os: windows-2022, 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