diff options
author | Christian Heimes <christian@python.org> | 2019-09-11 18:45:52 +0200 |
---|---|---|
committer | Stéphane Wirtel <stephane@wirtel.be> | 2019-09-11 18:45:52 +0200 |
commit | 58ab13479d854491ac9207bacfae25e8b18b044a (patch) | |
tree | 148425f386074216bdd75e67dabf3b78b73a6247 /.azure-pipelines | |
parent | bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (diff) | |
download | cpython-58ab13479d854491ac9207bacfae25e8b18b044a.tar.gz cpython-58ab13479d854491ac9207bacfae25e8b18b044a.tar.bz2 cpython-58ab13479d854491ac9207bacfae25e8b18b044a.zip |
bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/ci.yml | 4 | ||||
-rw-r--r-- | .azure-pipelines/pr.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index 12ff7d4c55c..fe10e45b679 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.1c + openssl_version: 1.1.1d steps: - template: ./posix-steps.yml @@ -116,7 +116,7 @@ jobs: variables: testRunTitle: '$(Build.SourceBranchName)-linux-coverage' testRunPlatform: linux-coverage - openssl_version: 1.1.1c + openssl_version: 1.1.1d steps: - template: ./posix-steps.yml diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml index e3e24ae2a4b..09209fc0c95 100644 --- a/.azure-pipelines/pr.yml +++ b/.azure-pipelines/pr.yml @@ -59,7 +59,7 @@ jobs: variables: testRunTitle: '$(system.pullRequest.TargetBranch)-linux' testRunPlatform: linux - openssl_version: 1.1.1c + openssl_version: 1.1.1d steps: - template: ./posix-steps.yml @@ -116,7 +116,7 @@ jobs: variables: testRunTitle: '$(Build.SourceBranchName)-linux-coverage' testRunPlatform: linux-coverage - openssl_version: 1.1.1c + openssl_version: 1.1.1d steps: - template: ./posix-steps.yml |