Skip to content

Commit 2e9c110

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rspec_tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ 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
26+
- {os: windows-2019, ruby: '3.3'} # openssl 3 / latest Ruby
2527

2628
runs-on: ${{ matrix.cfg.os }}
2729
env:

0 commit comments

Comments
 (0)