From: Christian Heimes Date: Thu, 20 May 2021 14:46:38 +0000 (+0200) Subject: bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266) X-Git-Tag: v3.11.0a1~1071 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7109624d45bcf28fbb46a53354785dc5ff953a16;p=thirdparty%2FPython%2Fcpython.git bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6b5d1710c1c..20d99a1c6ac9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -179,7 +179,7 @@ jobs: strategy: fail-fast: false matrix: - openssl_ver: [1.1.1k, 3.0.0-alpha16] + openssl_ver: [1.1.1k, 3.0.0-alpha17] env: OPENSSL_VER: ${{ matrix.openssl_ver }} MULTISSL_DIR: ${{ github.workspace }}/multissl diff --git a/Tools/ssl/multissltests.py b/Tools/ssl/multissltests.py index 8d1132f4a958..ec7c0661f759 100755 --- a/Tools/ssl/multissltests.py +++ b/Tools/ssl/multissltests.py @@ -48,7 +48,7 @@ OPENSSL_OLD_VERSIONS = [ OPENSSL_RECENT_VERSIONS = [ "1.1.1k", - "3.0.0-alpha16" + "3.0.0-alpha17" ] LIBRESSL_OLD_VERSIONS = [