diff options
author | Christian Heimes <christian@python.org> | 2021-09-07 17:04:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 17:04:55 (GMT) |
commit | cc7c6801945c6a7373553b78bd899ce09681ec0a (patch) | |
tree | 4ec2536540586c7549bdc53bac34db54cadbf5d8 /.github/workflows/build.yml | |
parent | c4ea45d7d2c02674db2fdb96c7eee89324d2dc64 (diff) | |
download | cpython-cc7c6801945c6a7373553b78bd899ce09681ec0a.zip cpython-cc7c6801945c6a7373553b78bd899ce09681ec0a.tar.gz cpython-cc7c6801945c6a7373553b78bd899ce09681ec0a.tar.bz2 |
bpo-38820: Test with OpenSSL 3.0.0 final (GH-28205)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to '.github/workflows/build.yml')
-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 27e07a5..1ed35b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -185,7 +185,7 @@ jobs: strategy: fail-fast: false matrix: - openssl_ver: [1.1.1l, 3.0.0-beta1] + openssl_ver: [1.1.1l, 3.0.0] env: OPENSSL_VER: ${{ matrix.openssl_ver }} MULTISSL_DIR: ${{ github.workspace }}/multissl |