diff options
author | Matt Clay <mclay@redhat.com> | 2021-09-20 20:51:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 13:51:13 +1000 |
commit | 178a67fd40f815028619a38f9a73309f280a6478 (patch) | |
tree | 1913b26f21a766c86c49a3cf673b5b634e191fae /.azure-pipelines | |
parent | 4ea8d9a7824827cf3d4a206599ffd7fe3a09eafd (diff) | |
download | ansible-178a67fd40f815028619a38f9a73309f280a6478.zip |
ansible-test - Add support for windows/2022 (#75743)
ci_complete
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 7ff098717e..c8e181eae3 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -82,6 +82,7 @@ stages: - test: 2012-R2 - test: 2016 - test: 2019 + - test: 2022 - stage: Remote dependsOn: [] jobs: @@ -220,6 +221,7 @@ stages: - test: 2012-R2 - test: 2016 - test: 2019 + - test: 2022 - stage: Incidental dependsOn: [] jobs: |