Add RHEL 8.7, 8.8, and 9.2 to CI. (#624)

pull/625/head
Felix Fontein 2023-06-19 22:50:07 +02:00 committed by GitHub
parent f27b66baa3
commit 9ae28e2fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -216,8 +216,10 @@ stages:
targets: targets:
- name: macOS 13.2 - name: macOS 13.2
test: macos/13.2 test: macos/13.2
- name: RHEL 9.1 - name: RHEL 9.2
test: rhel/9.1 test: rhel/9.2
- name: RHEL 8.8
test: rhel/8.8
- name: FreeBSD 12.4 - name: FreeBSD 12.4
test: freebsd/12.4 test: freebsd/12.4
- name: FreeBSD 13.2 - name: FreeBSD 13.2
@ -233,6 +235,10 @@ stages:
parameters: parameters:
testFormat: 2.15/{0} testFormat: 2.15/{0}
targets: targets:
- name: RHEL 9.1
test: rhel/9.1
- name: RHEL 8.7
test: rhel/8.7
- name: RHEL 7.9 - name: RHEL 7.9
test: rhel/7.9 test: rhel/7.9
- name: FreeBSD 13.1 - name: FreeBSD 13.1