Skip to content

Commit

Permalink
[3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 44fb551)


Co-authored-by: Christian Heimes <christian@python.org>

Automerge-Triggered-By: GH:tiran
  • Loading branch information
miss-islington authored Jun 19, 2021
1 parent 3cb70ab commit c6cd2ec
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 @@ -201,7 +201,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 c6cd2ec

Please sign in to comment.