summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-09-13 12:06:20 +1000
committerPauli <pauli@openssl.org>2023-09-14 14:33:57 +1000
commit8f51b2279eda1e0cffb3400c2e5b5c3771f62ea7 (patch)
treec59bb4c547b89d346e00703af543b160c7fc9973 /.github
parentdf9ecd2ef3907ec0a7bf9c54d9273d5342329bf9 (diff)
Use correct version of 3.1 build for FIPS provider.
We're (currently) intending to validate 3.1.2 against FIPS 140-3. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/22088)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/provider-compatibility.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml
index b675e426c1..f118db1aee 100644
--- a/.github/workflows/provider-compatibility.yml
+++ b/.github/workflows/provider-compatibility.yml
@@ -179,7 +179,7 @@ jobs:
# later providers. Problems in these situations ought to be
# caught by cross branch testing before the release.
tree_a: [ branch-master, branch-3.1, branch-3.0,
- openssl-3.0.0, openssl-3.0.8, openssl-3.0.9, openssl-3.1.1 ]
+ openssl-3.0.0, openssl-3.0.8, openssl-3.0.9, openssl-3.1.2 ]
tree_b: [ branch-master, branch-3.1, branch-3.0 ]
steps:
- name: early exit checks