summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2022-01-31 09:34:36 -0800
committerMatt Clay <matt@mystile.com>2022-01-31 10:49:27 -0800
commit82b1731280bd6f4b7d092b44c9ad39b01c78ae45 (patch)
treefae4cde643c7f82b7134acc102dd013ec8775136
parente699652b53f4fe9e9d6bcb2eaae31efd6c8578ab (diff)
downloadansible-82b1731280bd6f4b7d092b44c9ad39b01c78ae45.tar.gz
Remove centos8 from CI.
CentOS 8 has been EOL for ~1 month now.
-rw-r--r--.azure-pipelines/azure-pipelines.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index 0d8aa8eba2..0a6c7bb18f 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -132,8 +132,6 @@ stages:
test: centos6
- name: CentOS 7
test: centos7
- - name: CentOS 8
- test: centos8
- name: Fedora 30
test: fedora30
- name: Fedora 31