aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-07-25 17:02:32 +0200
committerJun Aruga <jaruga@redhat.com>2023-07-25 17:12:57 +0200
commitfddfc5585482d50a27efa85013cf3522409f133d (patch)
tree88f2599456db5c60baf01ced4c6e62a7ebe2d2ff
parentee03210d39c5f037f8aacdbf5f02da69c05664dd (diff)
downloadruby-openssl-fddfc5585482d50a27efa85013cf3522409f133d.tar.gz
CI: Add OpenSSL 3.1 FIPS case.
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 36609e21..1d9be46d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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