Skip to content

Commit

Permalink
Merge pull request #9228 from mhashizume/maint/main/openssl
Browse files Browse the repository at this point in the history
Pin Windows Ruby to 3.2.2
  • Loading branch information
tvpartytonight authored Jan 29, 2024
2 parents 3192f4a + bb6f114 commit e8ff4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rspec_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
cfg:
- {os: ubuntu-latest, ruby: '3.1'}
- {os: ubuntu-20.04, ruby: '3.2'} # openssl 1.1.1
- {os: ubuntu-22.04, ruby: '3.2'} # openssl 3
- {os: ubuntu-22.04, ruby: '3.2'} # openssl 3.0
- {os: ubuntu-latest, ruby: 'jruby-9.4.3.0'}
- {os: windows-2019, ruby: '3.1'}
- {os: windows-2019, ruby: '3.2'} # openssl 3
- {os: windows-2019, ruby: '3.2.2'} # openssl 3.0

runs-on: ${{ matrix.cfg.os }}
steps:
Expand Down

0 comments on commit e8ff4c1

Please sign in to comment.