diff options
author | Illia Volochii <illia.volochii@gmail.com> | 2022-12-24 02:04:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-24 02:04:20 (GMT) |
commit | a23cb72ac82372fac05ba36ce08923840ca0de06 (patch) | |
tree | 05b68841541057e3db99231701cafe4bf3cba97c /.github | |
parent | 7ca45e5ddd493411e61706d07679ea54b954e41b (diff) | |
download | cpython-a23cb72ac82372fac05ba36ce08923840ca0de06.zip cpython-a23cb72ac82372fac05ba36ce08923840ca0de06.tar.gz cpython-a23cb72ac82372fac05ba36ce08923840ca0de06.tar.bz2 |
gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100456)
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 a1bdfa0..f798992 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -235,7 +235,7 @@ jobs: strategy: fail-fast: false matrix: - openssl_ver: [1.1.1s, 3.0.7] + openssl_ver: [1.1.1s, 3.0.7, 3.1.0-beta1] env: OPENSSL_VER: ${{ matrix.openssl_ver }} MULTISSL_DIR: ${{ github.workspace }}/multissl |