Skip to content

Commit dcf6581

Browse files
authored
bpo-38820: Test with OpenSSL 3.0.0-alpha15 (pythonGH-25537)
Signed-off-by: Christian Heimes <christian@python.org>
1 parent 9d6a2d0 commit dcf6581

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
strategy:
178178
fail-fast: false
179179
matrix:
180-
openssl_ver: [1.1.1k, 3.0.0-alpha14]
180+
openssl_ver: [1.1.1k, 3.0.0-alpha15]
181181
env:
182182
OPENSSL_VER: ${{ matrix.openssl_ver }}
183183
MULTISSL_DIR: ${{ github.workspace }}/multissl

Tools/ssl/multissltests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
OPENSSL_RECENT_VERSIONS = [
4949
"1.1.1k",
50-
"3.0.0-alpha14"
50+
"3.0.0-alpha15"
5151
]
5252

5353
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)