Skip to content

Commit 85ec7b2

Browse files
committed
update OpenSSL CI build configuration
1 parent 49234c0 commit 85ec7b2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
fail-fast: false
273273
matrix:
274274
os: [ubuntu-24.04]
275-
openssl_ver: [3.0.15, 3.1.7, 3.2.3, 3.3.2, 3.4.0]
275+
openssl_ver: [3.0.16, 3.1.8, 3.2.4, 3.3.3, 3.4.1]
276276
# See Tools/ssl/make_ssl_data.py for notes on adding a new version
277277
env:
278278
OPENSSL_VER: ${{ matrix.openssl_ver }}
@@ -339,7 +339,7 @@ jobs:
339339
needs: build-context
340340
if: needs.build-context.outputs.run-tests == 'true'
341341
env:
342-
OPENSSL_VER: 3.0.15
342+
OPENSSL_VER: 3.0.16
343343
PYTHONSTRICTEXTENSIONBUILD: 1
344344
steps:
345345
- uses: actions/checkout@v4
@@ -458,7 +458,7 @@ jobs:
458458
matrix:
459459
os: [ubuntu-24.04]
460460
env:
461-
OPENSSL_VER: 3.0.15
461+
OPENSSL_VER: 3.0.16
462462
PYTHONSTRICTEXTENSIONBUILD: 1
463463
ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0
464464
steps:

Tools/ssl/multissltests.py

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

4949
OPENSSL_RECENT_VERSIONS = [
50-
"3.0.15",
51-
"3.1.7",
52-
"3.2.3",
53-
"3.3.2",
54-
"3.4.0",
50+
"3.0.16",
51+
"3.1.8",
52+
"3.2.4",
53+
"3.3.3",
54+
"3.4.1",
5555
# See make_ssl_data.py for notes on adding a new version.
5656
]
5757

0 commit comments

Comments
 (0)