We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0e42a commit 43b4176Copy full SHA for 43b4176
.github/workflows/rspec_tests.yaml
@@ -19,6 +19,7 @@ jobs:
19
- {os: ubuntu-latest, ruby: '3.1'}
20
- {os: ubuntu-20.04, ruby: '3.2'} # openssl 1.1.1
21
- {os: ubuntu-22.04, ruby: '3.2'} # openssl 3
22
+ - {os: ubuntu-22.04, ruby: '3.3'} # openssl 3 / latest Ruby
23
- {os: ubuntu-latest, ruby: 'jruby-9.4.3.0'}
24
- {os: windows-2019, ruby: '3.1'}
25
- {os: windows-2019, ruby: '3.2'} # openssl 3
0 commit comments