From: Christian Heimes Date: Fri, 23 Apr 2021 12:19:21 +0000 (+0200) Subject: bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537) X-Git-Tag: v3.10.0b1~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcf658157df11de198a98e3db2a3050dd4f6b973;p=thirdparty%2FPython%2Fcpython.git bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537) Signed-off-by: Christian Heimes --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 333c508ef53a..c8fe8269e860 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 90213b3dff5e..dc47c5ce12cf 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 = [