]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ci: add 3.4 to the provider compatibility test
authorPauli <ppzgs1@gmail.com>
Tue, 1 Oct 2024 05:05:29 +0000 (15:05 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 2 Oct 2024 06:11:05 +0000 (08:11 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25583)

.github/workflows/provider-compatibility.yml

index 1b674f0f99230ea5d215b94709a86deb7f041dc0..164da763da24f73e6171cf57b73a199dfdd0a955 100644 (file)
@@ -124,6 +124,10 @@ jobs:
             name: openssl-3.3,
             dir: branch-3.3,
             tgz: branch-3.3.tar.gz,
+          }, {
+            name: openssl-3.4,
+            dir: branch-3.4,
+            tgz: branch-3.4.tar.gz,
           }, {
             name: master,
             dir: branch-master,
@@ -195,10 +199,11 @@ 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.3, branch-3.2, branch-3.1, branch-3.0,
+        tree_a: [ branch-master, branch-3.4, 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.3, branch-3.2, branch-3.1,
-                  branch-3.0  ]
+        tree_b: [ branch-master, branch-3.4, branch-3.3,
+                  branch-3.2, branch-3.1, branch-3.0  ]
     steps:
       - name: early exit checks
         id: early_exit