Skip to content

Commit 43b4176

Browse files
committed
(#9302) Add Ruby 3.3 to CI matrix
1 parent fa0e42a commit 43b4176

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rspec_tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- {os: ubuntu-latest, ruby: '3.1'}
2020
- {os: ubuntu-20.04, ruby: '3.2'} # openssl 1.1.1
2121
- {os: ubuntu-22.04, ruby: '3.2'} # openssl 3
22+
- {os: ubuntu-22.04, ruby: '3.3'} # openssl 3 / latest Ruby
2223
- {os: ubuntu-latest, ruby: 'jruby-9.4.3.0'}
2324
- {os: windows-2019, ruby: '3.1'}
2425
- {os: windows-2019, ruby: '3.2'} # openssl 3

0 commit comments

Comments
 (0)