Skip to content

Commit 35c6b6c

Browse files
committed
Revert "Merge pull request #9228 from mhashizume/maint/main/openssl"
This reverts commit e8ff4c1, reversing changes made to 3192f4a.
1 parent d960340 commit 35c6b6c

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
@@ -18,10 +18,10 @@ jobs:
1818
cfg:
1919
- {os: ubuntu-latest, ruby: '3.1'}
2020
- {os: ubuntu-20.04, ruby: '3.2'} # openssl 1.1.1
21-
- {os: ubuntu-22.04, ruby: '3.2'} # openssl 3.0
21+
- {os: ubuntu-22.04, ruby: '3.2'} # openssl 3
2222
- {os: ubuntu-latest, ruby: 'jruby-9.4.3.0'}
2323
- {os: windows-2019, ruby: '3.1'}
24-
- {os: windows-2019, ruby: '3.2.2'} # openssl 3.0
24+
- {os: windows-2019, ruby: '3.2'} # openssl 3
2525

2626
runs-on: ${{ matrix.cfg.os }}
2727
steps:

0 commit comments

Comments
 (0)