From 36843f716df7cfa67ea7cd858acb0df1fc5e980e Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 20 May 2021 08:10:52 -0700 Subject: bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266) (cherry picked from commit 7109624d45bcf28fbb46a53354785dc5ff953a16) Co-authored-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 b7508bc..0aa0d6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -201,7 +201,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 8d1132f..ec7c066 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 = [ -- cgit v0.12