Update CI matrix. (#562)

pull/565/head
Felix Fontein 2023-01-07 12:45:52 +01:00 committed by GitHub
parent 61f431dff3
commit a122be7942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 10 deletions

View File

@ -109,14 +109,14 @@ stages:
targets: targets:
- name: CentOS 7 - name: CentOS 7
test: centos7 test: centos7
- name: Fedora 36 - name: Fedora 37
test: fedora36 test: fedora37
- name: openSUSE 15 - name: openSUSE 15
test: opensuse15 test: opensuse15
- name: Ubuntu 20.04 - name: Ubuntu 20.04
test: ubuntu2004 test: ubuntu2004
# - name: Ubuntu 22.04 - name: Ubuntu 22.04
# test: ubuntu2204 test: ubuntu2204
- name: Alpine 3 - name: Alpine 3
test: alpine3 test: alpine3
groups: groups:
@ -130,8 +130,8 @@ stages:
parameters: parameters:
testFormat: 2.14/linux/{0} testFormat: 2.14/linux/{0}
targets: targets:
- name: Ubuntu 22.04 - name: Fedora 36
test: ubuntu2204 test: fedora36
groups: groups:
- 1 - 1
- 2 - 2
@ -206,10 +206,10 @@ stages:
test: macos/12.0 test: macos/12.0
- name: RHEL 7.9 - name: RHEL 7.9
test: rhel/7.9 test: rhel/7.9
# - name: RHEL 9.0 - name: RHEL 9.1
# test: rhel/9.0 test: rhel/9.1
- name: FreeBSD 12.3 - name: FreeBSD 12.4
test: freebsd/12.3 test: freebsd/12.4
- name: FreeBSD 13.1 - name: FreeBSD 13.1
test: freebsd/13.1 test: freebsd/13.1
groups: groups:
@ -225,6 +225,8 @@ stages:
targets: targets:
- name: RHEL 9.0 - name: RHEL 9.0
test: rhel/9.0 test: rhel/9.0
- name: FreeBSD 12.3
test: freebsd/12.3
groups: groups:
- 1 - 1
- 2 - 2