1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

CI: Remove Fedora 37 from devel; add Fedora 38 (#6788)

Remove Fedora 37 from devel; add Fedora 38.
This commit is contained in:
Felix Fontein 2023-06-26 22:12:19 +02:00 committed by GitHub
parent 8b5dc27d23
commit 7b404fd45d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,8 +173,8 @@ stages:
targets: targets:
- name: Alpine 3.17 - name: Alpine 3.17
test: alpine/3.17 test: alpine/3.17
# - name: Fedora 37 # - name: Fedora 38
# test: fedora/37 # test: fedora/38
- name: Ubuntu 22.04 - name: Ubuntu 22.04
test: ubuntu/22.04 test: ubuntu/22.04
groups: groups:
@ -265,8 +265,8 @@ stages:
parameters: parameters:
testFormat: devel/linux/{0} testFormat: devel/linux/{0}
targets: targets:
- name: Fedora 37 - name: Fedora 38
test: fedora37 test: fedora38
- name: openSUSE 15 - name: openSUSE 15
test: opensuse15 test: opensuse15
- name: Ubuntu 20.04 - name: Ubuntu 20.04
@ -287,6 +287,8 @@ stages:
parameters: parameters:
testFormat: 2.15/linux/{0} testFormat: 2.15/linux/{0}
targets: targets:
- name: Fedora 37
test: fedora37
- name: CentOS 7 - name: CentOS 7
test: centos7 test: centos7
groups: groups: