Browse Source
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
Signed-off-by: Christian Heimes <christian@python.org>
pull/26800/head
Christian Heimes
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
.github/workflows/build.yml
-
Tools/ssl/multissltests.py
|
|
|
@ -179,7 +179,7 @@ jobs: |
|
|
|
strategy: |
|
|
|
fail-fast: false |
|
|
|
matrix: |
|
|
|
openssl_ver: [1.1.1k, 3.0.0-alpha17] |
|
|
|
openssl_ver: [1.1.1k, 3.0.0-beta1] |
|
|
|
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-alpha17" |
|
|
|
"3.0.0-beta1" |
|
|
|
] |
|
|
|
|
|
|
|
LIBRESSL_OLD_VERSIONS = [ |
|
|
|
|