Skip to content

Commit

Permalink
Merge pull request #655 from junaruga/wip/ci-openssl-3.1-fips
Browse files Browse the repository at this point in the history
CI: Add OpenSSL 3.1 FIPS case.
  • Loading branch information
junaruga committed Jul 25, 2023
2 parents ee03210 + fddfc55 commit b050141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
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' }
steps:
- name: repo checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit b050141

Please sign in to comment.