summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-06-07 10:44:01 +1000
committerTomas Mraz <tomas@openssl.org>2023-06-08 11:43:10 +0200
commit67fc06a776b6c1767caae2893e2782301a1936b2 (patch)
treed96990c4f574e51c49dd80112a9570818b77bd77 /.github/workflows
parent45fefe172aa630686561e5a3cfcb25262db23edc (diff)
Update versions tested to include 3.1.1
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21140)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/provider-compatibility.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml
index c6ed41f01e..d52c78c3c7 100644
--- a/.github/workflows/provider-compatibility.yml
+++ b/.github/workflows/provider-compatibility.yml
@@ -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