Skip to content

Commit c020aee

Browse files
ned-deilyGlyphack
authored andcommitted
pythongh-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. (pythongh-110002)
1 parent 0668232 commit c020aee

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
needs: check_source
262262
if: needs.check_source.outputs.run_tests == 'true'
263263
env:
264-
OPENSSL_VER: 1.1.1v
264+
OPENSSL_VER: 3.0.11
265265
PYTHONSTRICTEXTENSIONBUILD: 1
266266
steps:
267267
- uses: actions/checkout@v4
@@ -330,7 +330,7 @@ jobs:
330330
strategy:
331331
fail-fast: false
332332
matrix:
333-
openssl_ver: [1.1.1v, 3.0.10, 3.1.2]
333+
openssl_ver: [1.1.1w, 3.0.11, 3.1.3]
334334
env:
335335
OPENSSL_VER: ${{ matrix.openssl_ver }}
336336
MULTISSL_DIR: ${{ github.workspace }}/multissl
@@ -382,7 +382,7 @@ jobs:
382382
needs: check_source
383383
if: needs.check_source.outputs.run_tests == 'true' && needs.check_source.outputs.run_hypothesis == 'true'
384384
env:
385-
OPENSSL_VER: 1.1.1v
385+
OPENSSL_VER: 3.0.11
386386
PYTHONSTRICTEXTENSIONBUILD: 1
387387
steps:
388388
- uses: actions/checkout@v4
@@ -491,7 +491,7 @@ jobs:
491491
needs: check_source
492492
if: needs.check_source.outputs.run_tests == 'true'
493493
env:
494-
OPENSSL_VER: 1.1.1v
494+
OPENSSL_VER: 3.0.11
495495
PYTHONSTRICTEXTENSIONBUILD: 1
496496
ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0
497497
steps:
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
@@ -46,9 +46,9 @@
4646
]
4747

4848
OPENSSL_RECENT_VERSIONS = [
49-
"1.1.1v",
50-
"3.0.10",
51-
"3.1.2",
49+
"1.1.1w",
50+
"3.0.11",
51+
"3.1.3",
5252
]
5353

5454
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)