Skip to content

Commit 5c929b2

Browse files
committed
Update OPENSSL_RECENT_VERSIONS
1 parent e492481 commit 5c929b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
fail-fast: false
271271
matrix:
272272
os: [ubuntu-24.04]
273-
openssl_ver: [3.0.16, 3.1.8, 3.2.4, 3.3.3, 3.4.1]
273+
openssl_ver: [3.0.17, 3.1.8, 3.2.5, 3.3.4, 3.4.2]
274274
# See Tools/ssl/make_ssl_data.py for notes on adding a new version
275275
env:
276276
OPENSSL_VER: ${{ matrix.openssl_ver }}

Tools/ssl/multissltests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949

5050
OPENSSL_RECENT_VERSIONS = [
5151
"3.0.16",
52-
"3.2.4",
53-
"3.3.3",
54-
"3.4.1",
52+
"3.2.5",
53+
"3.3.4",
54+
"3.4.2",
5555
# See make_ssl_data.py for notes on adding a new version.
5656
]
5757

0 commit comments

Comments
 (0)