diff options
author | Christian Heimes <christian@python.org> | 2021-05-06 14:30:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 14:30:12 (GMT) |
commit | e8525567dd325527e00b3c4ce7c4ce31ff3f1a8c (patch) | |
tree | 5669bbdf6f3041234018e8dfff3085a703eccd29 /.github | |
parent | 698e9a8211c46ed5dc93e5cd7026ea05dec2f373 (diff) | |
download | cpython-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.yml | 2 |
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 |