Replace FreeBSD 13.3 with 13.4 and add FreeBSD 14.1 for devel

It's for integration test environments for ansible-core devel.

Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
Hideki Saito 2024-11-14 14:07:27 +09:00
parent c654bf0b4c
commit ae95adcfdc
No known key found for this signature in database
GPG key ID: C25C6EED89E01796
2 changed files with 7 additions and 2 deletions

View file

@ -203,8 +203,10 @@ stages:
targets: targets:
- name: RHEL 9.4 - name: RHEL 9.4
test: rhel/9.4 test: rhel/9.4
- name: FreeBSD 13.3 - name: FreeBSD 14.1
test: freebsd/13.3 test: freebsd/14.1
- name: FreeBSD 13.4
test: freebsd/13.4
- stage: Remote_2_18 - stage: Remote_2_18
displayName: Remote devel displayName: Remote devel
dependsOn: [] dependsOn: []

View file

@ -0,0 +1,3 @@
---
trivial:
- Replaced FreeBSD version 13.3 with 13.4 and 14.1 in CI for devel branch.