diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-06-19 10:44:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 10:44:37 (GMT) |
commit | c6cd2ecdb64d16f640ff255e5a267b95974a8041 (patch) | |
tree | 2d1026dfb6448b3c38d5110cdc555fb5cdff1f19 /.github | |
parent | 3cb70ab2fb706232274cb4eb8d8eb74a10794739 (diff) | |
download | cpython-c6cd2ecdb64d16f640ff255e5a267b95974a8041.zip cpython-c6cd2ecdb64d16f640ff255e5a267b95974a8041.tar.gz cpython-c6cd2ecdb64d16f640ff255e5a267b95974a8041.tar.bz2 |
[3.10] bpo-38820: Test with OpenSSL 3.0.0-beta1 (GH-26769) (GH-26799)
Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 44fb55149934d8fb095edb6fc3f8167208035b96)
Co-authored-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0aa0d6d..cd49b1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |