mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537)
Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -47,7 +47,7 @@ OPENSSL_OLD_VERSIONS = [
|
||||
|
||||
OPENSSL_RECENT_VERSIONS = [
|
||||
"1.1.1k",
|
||||
"3.0.0-alpha14"
|
||||
"3.0.0-alpha15"
|
||||
]
|
||||
|
||||
LIBRESSL_OLD_VERSIONS = [
|
||||
|
||||
Reference in New Issue
Block a user