Skip to content

Commit 44fb551

Browse files
authored
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
Signed-off-by: Christian Heimes <christian@python.org>
1 parent e5c7ee1 commit 44fb551

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
@@ -179,7 +179,7 @@ jobs:
179179
strategy:
180180
fail-fast: false
181181
matrix:
182-
openssl_ver: [1.1.1k, 3.0.0-alpha17]
182+
openssl_ver: [1.1.1k, 3.0.0-beta1]
183183
env:
184184
OPENSSL_VER: ${{ matrix.openssl_ver }}
185185
MULTISSL_DIR: ${{ github.workspace }}/multissl

Tools/ssl/multissltests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
OPENSSL_RECENT_VERSIONS = [
5050
"1.1.1k",
51-
"3.0.0-alpha17"
51+
"3.0.0-beta1"
5252
]
5353

5454
LIBRESSL_OLD_VERSIONS = [

0 commit comments

Comments
 (0)