[3.9] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w and 3.0.11. (GH-110008)

(cherry picked from commit c88037d137)
This commit is contained in:
Ned Deily 2024-01-17 08:46:46 -05:00 committed by GitHub
parent f86e20e4a8
commit f4118e9995
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View File

@ -182,7 +182,7 @@ jobs:
needs: check_source
if: needs.check_source.outputs.run_tests == 'true'
env:
OPENSSL_VER: 1.1.1v
OPENSSL_VER: 3.0.11
PYTHONSTRICTEXTENSIONBUILD: 1
steps:
- uses: actions/checkout@v4
@ -224,7 +224,7 @@ jobs:
strategy:
fail-fast: false
matrix:
openssl_ver: [1.0.2u, 1.1.0l, 1.1.1v, 3.0.10, 3.1.2]
openssl_ver: [1.0.2u, 1.1.0l, 1.1.1w, 3.0.11, 3.1.3]
env:
OPENSSL_VER: ${{ matrix.openssl_ver }}
MULTISSL_DIR: ${{ github.workspace }}/multissl

View File

@ -0,0 +1,2 @@
Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use
1.1.1w and 3.0.11.

View File

@ -49,8 +49,8 @@
]
OPENSSL_RECENT_VERSIONS = [
"1.1.1v",
"3.0.10",
"1.1.1w",
"3.0.11",
]
LIBRESSL_OLD_VERSIONS = [