Merge pull request #280 from saito-hideki/pr/ci_remove_centos8

CI: remove centos8 from test matrix

SUMMARY
Remove centos8 from CI matrix.
References: ansible-collections/overview#45 (comment)
ISSUE TYPE

CI tests Pull Request

COMPONENT NAME

.azure-pipelines/azure-pipelines.yml

ADDITIONAL INFORMATION
None

Reviewed-by: None <None>
This commit is contained in:
ansible-zuul[bot] 2021-10-21 10:05:48 +00:00 committed by GitHub
commit 3514f9d3dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,8 +53,6 @@ stages:
targets: targets:
- name: CentOS 7 - name: CentOS 7
test: centos7 test: centos7
- name: CentOS 8
test: centos8
- name: Fedora 33 - name: Fedora 33
test: fedora33 test: fedora33
- name: Fedora 34 - name: Fedora 34