Add 3.2 and 3.3 branches to Provider compat CI
authorTomas Mraz <tomas@openssl.org>
Wed, 8 May 2024 13:38:48 +0000 (15:38 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 14 May 2024 16:10:02 +0000 (18:10 +0200)
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/24347)

.github/workflows/provider-compatibility.yml

index 75e8404e12837b5fb6238d76ee725d440a5cb719..3fca2f969908bdef88785373f919f3d005c683b7 100644 (file)
@@ -116,6 +116,14 @@ jobs:
             name: openssl-3.1,
             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,
@@ -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