Skip to content

Commit

Permalink
Revert "Merge pull request puppetlabs#9228 from mhashizume/maint/main…
Browse files Browse the repository at this point in the history
…/openssl"

This reverts commit e8ff4c1, reversing
changes made to 3192f4a.
  • Loading branch information
joshcooper committed Jan 30, 2024
1 parent d960340 commit 35c6b6c
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.0
- {os: ubuntu-22.04, ruby: '3.2'} # openssl 3
- {os: ubuntu-latest, ruby: 'jruby-9.4.3.0'}
- {os: windows-2019, ruby: '3.1'}
- {os: windows-2019, ruby: '3.2.2'} # openssl 3.0
- {os: windows-2019, ruby: '3.2'} # openssl 3

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

0 comments on commit 35c6b6c

Please sign in to comment.