mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
CI: add macOS 14.3 for devel, move 13.2 to stable-2.16 (#8084)
Add macOS 14.3 for devel, move 13.2 to stable-2.16.
This commit is contained in:
parent
79d87552ef
commit
6fab46710a
1 changed files with 4 additions and 4 deletions
|
@ -187,8 +187,8 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
testFormat: devel/{0}
|
testFormat: devel/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: macOS 13.2
|
- name: macOS 14.3
|
||||||
test: macos/13.2
|
test: macos/14.3
|
||||||
- name: RHEL 9.3
|
- name: RHEL 9.3
|
||||||
test: rhel/9.3
|
test: rhel/9.3
|
||||||
- name: FreeBSD 13.2
|
- name: FreeBSD 13.2
|
||||||
|
@ -205,8 +205,8 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
testFormat: 2.16/{0}
|
testFormat: 2.16/{0}
|
||||||
targets:
|
targets:
|
||||||
#- name: macOS 13.2
|
- name: macOS 13.2
|
||||||
# test: macos/13.2
|
test: macos/13.2
|
||||||
- name: RHEL 9.2
|
- name: RHEL 9.2
|
||||||
test: rhel/9.2
|
test: rhel/9.2
|
||||||
- name: RHEL 8.8
|
- name: RHEL 8.8
|
||||||
|
|
Loading…
Reference in a new issue