bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266)

(cherry picked from commit 7109624d45)

Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
Miss Islington (bot) 2021-05-20 08:10:52 -07:00 committed by GitHub
parent 4389711ce9
commit 36843f716d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -48,7 +48,7 @@ OPENSSL_OLD_VERSIONS = [
OPENSSL_RECENT_VERSIONS = [
"1.1.1k",
"3.0.0-alpha16"
"3.0.0-alpha17"
]
LIBRESSL_OLD_VERSIONS = [