diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2021-09-08 17:01:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-08 17:01:25 (GMT) |
commit | 7a6178a7cd8514911e9480f826838dc789fb8655 (patch) | |
tree | fdd8fbb5a4b1d61b23665f504476513ff29969bc /.github | |
parent | a328a13b70ea0b0bec8b9d1b0067628369cabea9 (diff) | |
download | cpython-7a6178a7cd8514911e9480f826838dc789fb8655.zip cpython-7a6178a7cd8514911e9480f826838dc789fb8655.tar.gz cpython-7a6178a7cd8514911e9480f826838dc789fb8655.tar.bz2 |
[3.9] bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205) (GH-28217)
Signed-off-by: Christian Heimes <christian@python.org>.
(cherry picked from commit cc7c6801945c6a7373553b78bd899ce09681ec0a)
Co-authored-by: Christian Heimes <christian@python.org>
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 9f06fd3..bb56a42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -196,7 +196,7 @@ jobs: strategy: fail-fast: false matrix: - openssl_ver: [1.0.2u, 1.1.0l, 1.1.1l, 3.0.0-beta1] + openssl_ver: [1.0.2u, 1.1.0l, 1.1.1l, 3.0.0] env: OPENSSL_VER: ${{ matrix.openssl_ver }} MULTISSL_DIR: ${{ github.workspace }}/multissl |