diff options
author | Ned Deily <nad@python.org> | 2021-12-22 04:25:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 04:25:09 (GMT) |
commit | 5c4d11fe755a7adeaee6b838bc8faceadc29ed7d (patch) | |
tree | b8ea9a2fa6bc6dcfed94b727fce818ec92048be9 /.github | |
parent | a2295a4029707ebaf2cd1bb8b3223b73f6dbfee6 (diff) | |
download | cpython-5c4d11fe755a7adeaee6b838bc8faceadc29ed7d.zip cpython-5c4d11fe755a7adeaee6b838bc8faceadc29ed7d.tar.gz cpython-5c4d11fe755a7adeaee6b838bc8faceadc29ed7d.tar.bz2 |
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30225)
Co-authored-by: Ned Deily <nad@python.org>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7f37f5..6f1b165 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -165,7 +165,7 @@ jobs: needs: check_source if: needs.check_source.outputs.run_tests == 'true' env: - OPENSSL_VER: 1.1.1l + OPENSSL_VER: 1.1.1m PYTHONSTRICTEXTENSIONBUILD: 1 steps: - uses: actions/checkout@v2 @@ -207,7 +207,7 @@ jobs: strategy: fail-fast: false matrix: - openssl_ver: [1.0.2u, 1.1.0l, 1.1.1l, 3.0.1] + openssl_ver: [1.0.2u, 1.1.0l, 1.1.1m, 3.0.1] env: OPENSSL_VER: ${{ matrix.openssl_ver }} MULTISSL_DIR: ${{ github.workspace }}/multissl |