Skip to content

Commit 97ce15c

Browse files
authored
[3.10] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w, 3.0.11, and 3.1.3. (#110007)
gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w, 3.0.11, and 3.1.3. (cherry picked from commit c88037d)
1 parent 63a7f77 commit 97ce15c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
needs: check_source
204204
if: needs.check_source.outputs.run_tests == 'true'
205205
env:
206-
OPENSSL_VER: 1.1.1v
206+
OPENSSL_VER: 3.0.11
207207
PYTHONSTRICTEXTENSIONBUILD: 1
208208
steps:
209209
- uses: actions/checkout@v4
@@ -247,7 +247,7 @@ jobs:
247247
strategy:
248248
fail-fast: false
249249
matrix:
250-
openssl_ver: [1.1.1v, 3.0.10, 3.1.2]
250+
openssl_ver: [1.1.1w, 3.0.11, 3.1.3]
251251
env:
252252
OPENSSL_VER: ${{ matrix.openssl_ver }}
253253
MULTISSL_DIR: ${{ github.workspace }}/multissl
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use
2+
1.1.1w, 3.0.11, and 3.1.3.

Tools/ssl/multissltests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
]
4848

4949
OPENSSL_RECENT_VERSIONS = [
50-
"1.1.1v",
51-
"3.0.10",
52-
"3.1.2",
50+
"1.1.1w",
51+
"3.0.11",
52+
"3.1.3",
5353
]
5454

5555
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)