diff options
author | Christian Heimes <christian@python.org> | 2019-06-03 18:10:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-03 18:10:19 (GMT) |
commit | 06651ee418b5e4e013195d6b702763a1220706a7 (patch) | |
tree | 903b602707d2548c2508ab86ca27aac45ba3230b /.azure-pipelines/ci.yml | |
parent | e225bebc1409bcf68db74a35ed3c31222883bf8f (diff) | |
download | cpython-06651ee418b5e4e013195d6b702763a1220706a7.zip cpython-06651ee418b5e4e013195d6b702763a1220706a7.tar.gz cpython-06651ee418b5e4e013195d6b702763a1220706a7.tar.bz2 |
bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)
Signed-off-by: Christian Heimes <christian@python.org>
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 1576599..fcfac85 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -59,7 +59,7 @@ jobs: variables: testRunTitle: '$(build.sourceBranchName)-linux' testRunPlatform: linux - openssl_version: 1.1.1b + openssl_version: 1.1.1c steps: - template: ./posix-steps.yml @@ -116,7 +116,7 @@ jobs: variables: testRunTitle: '$(Build.SourceBranchName)-linux-coverage' testRunPlatform: linux-coverage - openssl_version: 1.1.1b + openssl_version: 1.1.1c steps: - template: ./posix-steps.yml |