diff options
author | Zachary Ware <zach@python.org> | 2024-09-04 19:29:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 19:29:41 (GMT) |
commit | d83e30caddcbf9482273743d287577517ec735b7 (patch) | |
tree | da62a13f2c189c4cd286e7f673570b6babd0636e /.github | |
parent | 56b00f4705634af2861a8aa9c2eb5769012220f0 (diff) | |
download | cpython-d83e30caddcbf9482273743d287577517ec735b7.zip cpython-d83e30caddcbf9482273743d287577517ec735b7.tar.gz cpython-d83e30caddcbf9482273743d287577517ec735b7.tar.bz2 |
gh-123700: Update OpenSSL versions in multissltests and CI (#123701)
Remove EOL 1.1.1w from CI and move it to the 'old' set in multissltests,
add latest 3.3.2 to both CI and multissltests.
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 efd3162..e5f6fd4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -202,7 +202,7 @@ jobs: strategy: fail-fast: false matrix: - openssl_ver: [1.1.1w, 3.0.15, 3.1.7, 3.2.3] + openssl_ver: [3.0.15, 3.1.7, 3.2.3, 3.3.2] env: OPENSSL_VER: ${{ matrix.openssl_ver }} MULTISSL_DIR: ${{ github.workspace }}/multissl |