Skip to content

Commit 135e58a

Browse files
phlogistonjohnanoopcs9
authored andcommitted
workflows: add a centos stream 10 job to the matrix
Signed-off-by: John Mulligan <[email protected]>
1 parent 99c3342 commit 135e58a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)