From dcf658157df11de198a98e3db2a3050dd4f6b973 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 23 Apr 2021 14:19:21 +0200 Subject: bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537) Signed-off-by: Christian Heimes --- .github/workflows/build.yml | 2 +- Tools/ssl/multissltests.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 333c508..c8fe826 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -177,7 +177,7 @@ jobs: strategy: fail-fast: false matrix: - openssl_ver: [1.1.1k, 3.0.0-alpha14] + openssl_ver: [1.1.1k, 3.0.0-alpha15] env: OPENSSL_VER: ${{ matrix.openssl_ver }} MULTISSL_DIR: ${{ github.workspace }}/multissl diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 90213b3..dc47c5c 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [ OPENSSL_RECENT_VERSIONS = [ "1.1.1k", - "3.0.0-alpha14" + "3.0.0-alpha15" ] LIBRESSL_OLD_VERSIONS = [ -- cgit v0.12