diff options
author | Pauli <pauli@openssl.org> | 2023-06-07 04:49:07 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-06-08 11:43:10 +0200 |
commit | 247f307f7201b5cf7ebfc17758f4cc7ffae14536 (patch) | |
tree | 42ed88981a506b65e0108b41da1614f011a00b61 /.github | |
parent | Update versions tested to include 3.1.1 (diff) | |
download | openssl-247f307f7201b5cf7ebfc17758f4cc7ffae14536.tar.xz openssl-247f307f7201b5cf7ebfc17758f4cc7ffae14536.zip |
Add 3.0.9 to list of FIPS releases
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21140)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/provider-compatibility.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml index d52c78c3c7..c16199f9bd 100644 --- a/.github/workflows/provider-compatibility.yml +++ b/.github/workflows/provider-compatibility.yml @@ -40,6 +40,11 @@ jobs: url: "https://www.openssl.org/source/openssl-3.0.8.tar.gz", }, { + dir: openssl-3.0.9, + tgz: openssl-3.0.9.tar.gz, + url: "https://www.openssl.org/source/openssl-3.0.9.tar.gz", + }, + { dir: openssl-3.1.1, tgz: openssl-3.1.1.tar.gz, url: "https://www.openssl.org/source/openssl-3.1.1.tar.gz", @@ -174,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.1.1 ] + openssl-3.0.0, openssl-3.0.8, openssl-3.0.9, openssl-3.1.1 ] tree_b: [ branch-master, branch-3.1, branch-3.0 ] steps: - name: early exit checks |