diff options
author | Matt Clay <matt@mystile.com> | 2022-09-06 13:00:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 13:00:52 -0700 |
commit | 38a82a5cc43ed4b48cf5fbc3addc5d2993c37eef (patch) | |
tree | a60c5b2aea92a70fe5397628d3acc0f1c654ae95 /.azure-pipelines | |
parent | 8ebca4a6a3a9836ce515a4dc60044c52465ef170 (diff) | |
download | ansible-38a82a5cc43ed4b48cf5fbc3addc5d2993c37eef.zip |
ansible-test - Remove Fedora 35 support. (#78720)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 7b382c6cd0..cdb66c3e41 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -130,8 +130,6 @@ stages: test: alpine3 - name: CentOS 7 test: centos7 - - name: Fedora 35 - test: fedora35 - name: Fedora 36 test: fedora36 - name: openSUSE 15 @@ -149,8 +147,6 @@ stages: targets: - name: Alpine 3 test: alpine3 - - name: Fedora 35 - test: fedora35 - name: Fedora 36 test: fedora36 - name: Ubuntu 22.04 |