summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-05-08 15:38:48 +0200
committerTomas Mraz <tomas@openssl.org>2024-05-14 18:10:02 +0200
commit887572b85d3714e968bd21e0cf847fdbf1b775a2 (patch)
tree2e8e600d801a80d94ad6ddaeb6d85db583596645 /.github
parent3e9d933882407a0792dc3466ba9a0d53d40677a7 (diff)
Add 3.2 and 3.3 branches to Provider compat CI
Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/24347)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/provider-compatibility.yml13
1 files changed, 11 insertions, 2 deletions
diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml
index 75e8404e12..3fca2f9699 100644
--- a/.github/workflows/provider-compatibility.yml
+++ b/.github/workflows/provider-compatibility.yml
@@ -117,6 +117,14 @@ jobs:
dir: branch-3.1,
tgz: branch-3.1.tar.gz,
}, {
+ name: openssl-3.2,
+ dir: branch-3.2,
+ tgz: branch-3.2.tar.gz,
+ }, {
+ name: openssl-3.3,
+ dir: branch-3.3,
+ tgz: branch-3.3.tar.gz,
+ }, {
name: master,
dir: branch-master,
tgz: branch-master.tar.gz,
@@ -187,9 +195,10 @@ jobs:
# Note that releases are not used as a test environment for
# 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,
+ tree_a: [ branch-master, branch-3.3, branch-3.2, branch-3.1, branch-3.0,
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 ]
+ tree_b: [ branch-master, branch-3.3, branch-3.2, branch-3.1,
+ branch-3.0 ]
steps:
- name: early exit checks
id: early_exit