Skip to content

Commit ff3f90c

Browse files
committed
(PUP-11699) Add ruby 3.2 & openssl 3 to CI
1 parent da44737 commit ff3f90c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rspec_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
- {os: ubuntu-latest, ruby: '2.6'}
2121
- {os: ubuntu-latest, ruby: '2.7'}
2222
- {os: ubuntu-latest, ruby: '3.0'}
23-
# Using ubuntu 20.04 to OpenSSL 1.1.1
24-
- {os: ubuntu-20.04, ruby: '3.2'}
23+
- {os: ubuntu-20.04, ruby: '3.2'} # openssl 1.1.1
24+
- {os: ubuntu-22.04, ruby: '3.2'} # openssl 3
2525
- {os: ubuntu-latest, ruby: 'jruby-9.2.21.0'}
2626
- {os: windows-2019, ruby: '2.5'}
2727
- {os: windows-2019, ruby: '2.6'}

0 commit comments

Comments
 (0)