summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-05-16 09:41:36 -0700
committerGitHub <noreply@github.com>2019-05-16 09:41:36 -0700
commitaa73841a8fdded4a462d045d1eb03899cbeecd65 (patch)
tree993d3f31f94d8c248e7d03340a6ab2b8c23b56bd /.azure-pipelines
parent876756e4a1a4480eb94ea4312577070078e4b923 (diff)
downloadcpython-git-aa73841a8fdded4a462d045d1eb03899cbeecd65.tar.gz
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml
index 15a83dd037..1576599379 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.0j
+ openssl_version: 1.1.1b
steps:
- template: ./posix-steps.yml
@@ -116,7 +116,7 @@ jobs:
variables:
testRunTitle: '$(Build.SourceBranchName)-linux-coverage'
testRunPlatform: linux-coverage
- openssl_version: 1.1.0j
+ openssl_version: 1.1.1b
steps:
- template: ./posix-steps.yml