8000 bpo-38820: Test with OpenSSL 3.0.0-alpha15 · python/cpython@8791cb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8791cb8

Browse files
committed
bpo-38820: Test with OpenSSL 3.0.0-alpha15
Signed-off-by: Christian Heimes <christian@python.org>
1 parent b9ad88b commit 8791cb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
0