Skip to content

Commit

Permalink
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (GH-26266)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7109624)

Co-authored-by: Christian Heimes <[email protected]>
  • Loading branch information
miss-islington and tiran authored May 20, 2021
1 parent 4389711 commit 36843f7
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-alpha16]
openssl_ver: [1.1.1k, 3.0.0-alpha17]
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-alpha16"
"3.0.0-alpha17"
]

LIBRESSL_OLD_VERSIONS = [
Expand Down

0 comments on commit 36843f7

Please sign in to comment.