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 da44737 commit ff3f90cCopy full SHA for ff3f90c
.github/workflows/rspec_tests.yaml
@@ -20,8 +20,8 @@ jobs:
20
- {os: ubuntu-latest, ruby: '2.6'}
21
- {os: ubuntu-latest, ruby: '2.7'}
22
- {os: ubuntu-latest, ruby: '3.0'}
23
- # Using ubuntu 20.04 to OpenSSL 1.1.1
24
- - {os: ubuntu-20.04, ruby: '3.2'}
+ - {os: ubuntu-20.04, ruby: '3.2'} # openssl 1.1.1
+ - {os: ubuntu-22.04, ruby: '3.2'} # openssl 3
25
- {os: ubuntu-latest, ruby: 'jruby-9.2.21.0'}
26
- {os: windows-2019, ruby: '2.5'}
27
- {os: windows-2019, ruby: '2.6'}
0 commit comments