summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2021-05-06 14:30:12 (GMT)
committerGitHub <noreply@github.com>2021-05-06 14:30:12 (GMT)
commite8525567dd325527e00b3c4ce7c4ce31ff3f1a8c (patch)
tree5669bbdf6f3041234018e8dfff3085a703eccd29 /.github
parent698e9a8211c46ed5dc93e5cd7026ea05dec2f373 (diff)
downloadcpython-e8525567dd325527e00b3c4ce7c4ce31ff3f1a8c.zip
cpython-e8525567dd325527e00b3c4ce7c4ce31ff3f1a8c.tar.gz
cpython-e8525567dd325527e00b3c4ce7c4ce31ff3f1a8c.tar.bz2
bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942)
Also use new make target to install FIPS provider.
Diffstat (limited to '.github')
-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 4be3dc6..d50696d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -177,7 +177,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- openssl_ver: [1.1.1k, 3.0.0-alpha15]
+ openssl_ver: [1.1.1k, 3.0.0-alpha16]
env:
OPENSSL_VER: ${{ matrix.openssl_ver }}
MULTISSL_DIR: ${{ github.workspace }}/multissl