diff options
author | Christian Heimes <christian@python.org> | 2021-05-20 16:46:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 16:46:38 +0200 |
commit | 7109624d45bcf28fbb46a53354785dc5ff953a16 (patch) | |
tree | d5f1e0d8f3d38b56588a7583bd98d062b835ef87 /.github | |
parent | 1270ad6ec8fe1f71e7d88086474f96f99670ac3a (diff) | |
download | cpython-git-7109624d45bcf28fbb46a53354785dc5ff953a16.tar.gz |
bpo-38820: Test with OpenSSL 3.0.0-alpha17 (#26266)
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 e6b5d1710c..20d99a1c6a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -179,7 +179,7 @@ jobs: strategy: fail-fast: false matrix: - openssl_ver: [1.1.1k, 3.0.0-alpha16] + openssl_ver: [1.1.1k, 3.0.0-alpha17] env: OPENSSL_VER: ${{ matrix.openssl_ver }} MULTISSL_DIR: ${{ github.workspace }}/multissl |