File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,20 @@ jobs:
4343 strategy :
4444 fail-fast : false
4545 matrix :
46- test_distro : ["fedora-previous", "fedora-latest", "centos-stream9"]
46+ test_distro :
47+ - " fedora-previous"
48+ - " fedora-latest"
49+ - " centos-stream9"
50+ - " centos-stream10"
4751 include :
4852 - test_distro : " fedora-previous"
4953 base_image : " registry.fedoraproject.org/fedora:${{ needs.fedora-versions.outputs.previous }}"
5054 - test_distro : " fedora-latest"
5155 base_image : " registry.fedoraproject.org/fedora:${{ needs.fedora-versions.outputs.latest }}"
5256 - test_distro : " centos-stream9"
5357 base_image : " quay.io/centos/centos:stream9"
58+ - test_distro : " centos-stream10"
59+ base_image : " quay.io/centos/centos:stream10"
5460 steps :
5561 - uses : actions/checkout@v4
5662 with :
You can’t perform that action at this time.
0 commit comments