Skip to content

Commit c78795b

Browse files
committed
(PA-7108) Pin Windows Ruby 3.2 rpsec test to Ruby 3.2.5
1 parent e758d5c commit c78795b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rspec_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- {os: ubuntu-22.04, ruby: '3.3'} # openssl 3 / latest Ruby
2323
- {os: ubuntu-latest, ruby: 'jruby-9.4.3.0'}
2424
- {os: windows-2019, ruby: '3.1'}
25-
- {os: windows-2019, ruby: '3.2'} # openssl 3
25+
- {os: windows-2019, ruby: '3.2.5'} # openssl 3 & temporarily pinned to ruby 3.2.5, see PA-7108
2626
- {os: windows-2019, ruby: '3.3'} # openssl 3 / latest Ruby
2727

2828
runs-on: ${{ matrix.cfg.os }}

0 commit comments

Comments
 (0)