Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2021-04-23 09:23:16 +0300
committerGitHub <noreply@github.com>2021-04-23 09:23:16 +0300
commitf541c0af236d8591d4c64136bd435bc1af0a7661 (patch)
treefe89543a99d749aed2a4f1500bd826fdea7fa22e /.azure-pipelines
parentff88a2a06de7e93e952c94385cdc822f52a1e08c (diff)
Update ansible-test default test container. (#74393)
* Update ansible-test default test container. * Switch generic Python tests from 3.6 to 3.9.
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index 5deabd62b73..2c861222016 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -157,7 +157,7 @@ stages:
testFormat: generic/{0}/1
targets:
- test: 2.7
- - test: 3.6
+ - test: 3.9
- stage: Incidental_Remote
displayName: Incidental Remote
dependsOn: []