mirror of https://github.com/python/cpython
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)
This commit is contained in:
parent
1270ad6ec8
commit
7109624d45
|
@ -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
|
||||
|
|
|
@ -48,7 +48,7 @@ OPENSSL_OLD_VERSIONS = [
|
|||
|
||||
OPENSSL_RECENT_VERSIONS = [
|
||||
"1.1.1k",
|
||||
"3.0.0-alpha16"
|
||||
"3.0.0-alpha17"
|
||||
]
|
||||
|
||||
LIBRESSL_OLD_VERSIONS = [
|
||||
|
|
Loading…
Reference in New Issue