Skip to content

Commit

Permalink
bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <christian@python.org>
  • Loading branch information
tiran committed Jun 19, 2021
1 parent e5c7ee1 commit 44fb551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
strategy:
fail-fast: false
matrix:
openssl_ver: [1.1.1k, 3.0.0-alpha17]
openssl_ver: [1.1.1k, 3.0.0-beta1]
env:
OPENSSL_VER: ${{ matrix.openssl_ver }}
MULTISSL_DIR: ${{ github.workspace }}/multissl
Expand Down
2 changes: 1 addition & 1 deletion Tools/ssl/multissltests.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

OPENSSL_RECENT_VERSIONS = [
"1.1.1k",
"3.0.0-alpha17"
"3.0.0-beta1"
]

LIBRESSL_OLD_VERSIONS = [
Expand Down

0 comments on commit 44fb551

Please sign in to comment.