]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update versions tested to include 3.1.1
authorPauli <pauli@openssl.org>
Wed, 7 Jun 2023 00:44:01 +0000 (10:44 +1000)
committerTomas Mraz <tomas@openssl.org>
Thu, 8 Jun 2023 09:43:10 +0000 (11:43 +0200)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21140)

.github/workflows/provider-compatibility.yml

index c6ed41f01eaaeffd15552c3a6b2652c0c5f0e02a..d52c78c3c7484f06a0f5b9dc2ff90f6f10c28582 100644 (file)
@@ -40,9 +40,9 @@ jobs:
             url: "https://www.openssl.org/source/openssl-3.0.8.tar.gz",
           },
           {
-            dir: openssl-3.1.0,
-            tgz: openssl-3.1.0.tar.gz,
-            url: "https://www.openssl.org/source/openssl-3.1.0.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 +174,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.0 ]
+                  openssl-3.0.0, openssl-3.0.8, openssl-3.1.1 ]
         tree_b: [ branch-master, branch-3.1, branch-3.0  ]
     steps:
       - name: early exit checks