diff options
author | Christian Heimes <christian@python.org> | 2022-08-29 16:19:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 16:19:15 (GMT) |
commit | 873554ef84011773618911ffa698cea181cec9fd (patch) | |
tree | 0a6ab93b46ac49381178e369bbb4699e657978fe /.azure-pipelines/ci.yml | |
parent | 9c2b9348e21a4ba3e995345501898c383972752d (diff) | |
download | cpython-873554ef84011773618911ffa698cea181cec9fd.zip cpython-873554ef84011773618911ffa698cea181cec9fd.tar.gz cpython-873554ef84011773618911ffa698cea181cec9fd.tar.bz2 |
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
Diffstat (limited to '.azure-pipelines/ci.yml')
-rw-r--r-- | .azure-pipelines/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index 9e9ce21..bf164d1 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -57,7 +57,7 @@ jobs: variables: testRunTitle: '$(build.sourceBranchName)-linux' testRunPlatform: linux - openssl_version: 1.1.1n + openssl_version: 1.1.1q steps: - template: ./posix-steps.yml @@ -83,7 +83,7 @@ jobs: variables: testRunTitle: '$(Build.SourceBranchName)-linux-coverage' testRunPlatform: linux-coverage - openssl_version: 1.1.1n + openssl_version: 1.1.1q steps: - template: ./posix-steps.yml |