mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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)
This commit is contained in:
parent
df9ecd2ef3
commit
8f51b2279e
2
.github/workflows/provider-compatibility.yml
vendored
2
.github/workflows/provider-compatibility.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user