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 ac9c24b commit fc561c9Copy full SHA for fc561c9
.github/workflows/integration_tests.yaml
@@ -22,8 +22,8 @@ jobs:
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
+ - {os: windows-2022, ruby: '2.7'}
+ - {os: windows-2022, ruby: '3.2'} # with openssl 3
27
runs-on: ${{ matrix.cfg.os }}
28
env:
29
BUNDLE_SET: 'with integration'
.github/workflows/unit_tests.yaml
@@ -45,7 +45,7 @@ jobs:
45
ruby:
46
- '2.7'
47
- '3.2'
48
- runs-on: windows-2019
+ runs-on: windows-2022
49
steps:
50
- name: Checkout current PR
51
uses: actions/checkout@v4
0 commit comments