diff options
author | Matt Clay <mclay@redhat.com> | 2021-04-22 23:23:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 23:23:16 -0700 |
commit | f541c0af236d8591d4c64136bd435bc1af0a7661 (patch) | |
tree | fe89543a99d749aed2a4f1500bd826fdea7fa22e /.azure-pipelines | |
parent | ff88a2a06de7e93e952c94385cdc822f52a1e08c (diff) | |
download | ansible-f541c0af236d8591d4c64136bd435bc1af0a7661.zip |
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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 5deabd62b7..2c86122201 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: [] |