Skip to content

Commit 1fd6a73

Browse files
authored
[3.11] 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. (#110006)
(cherry picked from commit c88037d)
1 parent 38526a2 commit 1fd6a73

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
needs: check_source
291291
if: needs.check_source.outputs.run_tests == 'true'
292292
env:
293-
OPENSSL_VER: 1.1.1v
293+
OPENSSL_VER: 3.0.11
294294
PYTHONSTRICTEXTENSIONBUILD: 1
295295
steps:
296296
- uses: actions/checkout@v4
@@ -359,7 +359,7 @@ jobs:
359359
strategy:
360360
fail-fast: false
361361
matrix:
362-
openssl_ver: [1.1.1v, 3.0.10, 3.1.2]
362+
openssl_ver: [1.1.1w, 3.0.11, 3.1.3]
363363
env:
364364
OPENSSL_VER: ${{ matrix.openssl_ver }}
365365
MULTISSL_DIR: ${{ github.workspace }}/multissl
@@ -411,7 +411,7 @@ jobs:
411411
needs: check_source
412412
if: needs.check_source.outputs.run_tests == 'true'
413413
env:
414-
OPENSSL_VER: 1.1.1v
414+
OPENSSL_VER: 3.0.11
415415
PYTHONSTRICTEXTENSIONBUILD: 1
416416
ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0
417417
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
@@ -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)