Skip to content

Commit

Permalink
Add RHEL 8.7, 8.8, and 9.2 to CI. (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Jun 19, 2023
1 parent f27b66b commit 9ae28e2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,10 @@ stages:
targets:
- name: macOS 13.2
test: macos/13.2
- name: RHEL 9.1
test: rhel/9.1
- name: RHEL 9.2
test: rhel/9.2
- name: RHEL 8.8
test: rhel/8.8
- name: FreeBSD 12.4
test: freebsd/12.4
- name: FreeBSD 13.2
Expand All @@ -233,6 +235,10 @@ stages:
parameters:
testFormat: 2.15/{0}
targets:
- name: RHEL 9.1
test: rhel/9.1
- name: RHEL 8.7
test: rhel/8.7
- name: RHEL 7.9
test: rhel/7.9
- name: FreeBSD 13.1
Expand Down

0 comments on commit 9ae28e2

Please sign in to comment.