]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
provider-compatibility.yml: Update the branches
authorTomas Mraz <tomas@openssl.org>
Thu, 27 Mar 2025 11:11:57 +0000 (12:11 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 27 Mar 2025 11:18:10 +0000 (12:18 +0100)
Fixes regression from 725f55e23

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27177)

.github/workflows/provider-compatibility.yml

index 3edcab488080a2a3a47b2fe0f82e20edf7469c26..76ef9e1cff753296a4b6d4cd16407fefe3f9e257 100644 (file)
@@ -202,11 +202,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.4, branch-3.3,
-                  branch-3.2, branch-3.1, branch-3.0,
+        tree_a: [ branch-master, branch-3.5, branch-3.4, branch-3.3,
+                  branch-3.2, 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.4, branch-3.3,
-                  branch-3.2, branch-3.1, branch-3.0  ]
+        tree_b: [ branch-master, branch-3.5, branch-3.4, branch-3.3,
+                  branch-3.2, branch-3.0  ]
     steps:
       - name: early exit checks
         id: early_exit