Skip to content

Commit

Permalink
Merge pull request #657 from junaruga/wip/ci-upgrade-openssl
Browse files Browse the repository at this point in the history
CI: Upgrade OpenSSL versions.
  • Loading branch information
junaruga committed Aug 3, 2023
2 parents b050141 + 24d8add commit c5543a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
# https://www.openssl.org/source/
- openssl-1.0.2u # EOL
- openssl-1.1.0l # EOL
- openssl-1.1.1u
- openssl-3.0.9
- openssl-3.1.1
- openssl-1.1.1v
- openssl-3.0.10
- openssl-3.1.2
# http://www.libressl.org/releases.html
- libressl-3.1.5 # EOL
- libressl-3.2.7 # EOL
Expand All @@ -91,8 +91,8 @@ jobs:
- libressl-3.8.0 # Development release
fips-enabled: [ false ]
include:
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.0.9, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.1.1, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.0.10, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
- { os: ubuntu-latest, ruby: "3.0", openssl: openssl-3.1.2, fips-enabled: true, append-configure: 'enable-fips', name-extra: 'fips' }
steps:
- name: repo checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit c5543a6

Please sign in to comment.