summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-09-07 17:04:55 (GMT)
committerGitHub <noreply@github.com>2021-09-07 17:04:55 (GMT)
commitcc7c6801945c6a7373553b78bd899ce09681ec0a (patch)
tree4ec2536540586c7549bdc53bac34db54cadbf5d8 /.github/workflows/build.yml
parentc4ea45d7d2c02674db2fdb96c7eee89324d2dc64 (diff)
downloadcpython-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.yml2
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