Skip to content

Commit 1c15b2f

Browse files
committed
Add 3.5.2 to OPENSSL_RECENT_VERSIONS
1 parent 5c929b2 commit 1c15b2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.17, 3.1.8, 3.2.5, 3.3.4, 3.4.2]
273+
openssl_ver: [3.0.17, 3.1.8, 3.2.5, 3.3.4, 3.4.2, 3.5.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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"3.2.5",
5353
"3.3.4",
5454
"3.4.2",
55+
"3.5.2",
5556
# See make_ssl_data.py for notes on adding a new version.
5657
]
5758

0 commit comments

Comments
 (0)