Replace Fedora 38 with 39 for devel branch container test

This commit is contained in:
Hideki Saito 2023-11-22 17:07:11 +09:00
parent 2f699307c7
commit 5cae7aa946
2 changed files with 5 additions and 2 deletions

View file

@ -51,8 +51,8 @@ stages:
parameters: parameters:
testFormat: devel/linux/{0}/1 testFormat: devel/linux/{0}/1
targets: targets:
- name: Fedora 38 - name: Fedora 39
test: fedora38 test: fedora39
- name: Ubuntu 20.04 - name: Ubuntu 20.04
test: ubuntu2004 test: ubuntu2004
- name: Ubuntu 22.04 - name: Ubuntu 22.04

View file

@ -0,0 +1,3 @@
---
trivial:
- "Replace Fedora 38 with 39 for container test(https://github.com/ansible-collections/ansible.posix/issues/509)."