diff options
author | Christian Heimes <christian@python.org> | 2021-07-12 15:12:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 15:12:38 (GMT) |
commit | c92b391dcefe9a7b3e6290bc2e2356eedfcf4bc3 (patch) | |
tree | a36503b39bad60a4cedff95f1cbe997df078f564 /.github/workflows | |
parent | 779983ed7f86610be4a7201deeffdcb8608977e0 (diff) | |
download | cpython-c92b391dcefe9a7b3e6290bc2e2356eedfcf4bc3.zip cpython-c92b391dcefe9a7b3e6290bc2e2356eedfcf4bc3.tar.gz cpython-c92b391dcefe9a7b3e6290bc2e2356eedfcf4bc3.tar.bz2 |
[3.9] bpo-38820: Test with OpenSSL 3.0.0-alpha16 (GH-25942) (#25944)
Also use new make target to install FIPS provider..
(cherry picked from commit e8525567dd325527e00b3c4ce7c4ce31ff3f1a8c)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to '.github/workflows')
-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 a42338e..a4c5a39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -191,7 +191,7 @@ jobs: strategy: fail-fast: false matrix: - openssl_ver: [1.0.2u, 1.1.0l, 1.1.1k, 3.0.0-alpha14] + openssl_ver: [1.0.2u, 1.1.0l, 1.1.1k, 3.0.0-alpha16] env: OPENSSL_VER: ${{ matrix.openssl_ver }} MULTISSL_DIR: ${{ github.workspace }}/multissl |