mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100456)
This commit is contained in:
parent
7ca45e5ddd
commit
a23cb72ac8
3 changed files with 6 additions and 5 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue