Skip to content

Commit f9b9053

Browse files
workflows: update test matrix to use fedora 40
Fedora 40 has been out for a few weeks. Update the test matrix to remove the EOL fedora 38 and use fedora 40. Signed-off-by: John Mulligan <[email protected]>
1 parent 8a12964 commit f9b9053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
test_distro: ["fedora-39", "fedora-38", "centos-stream9"]
31+
test_distro: ["fedora-40", "fedora-39", "centos-stream9"]
3232
include:
33+
- test_distro: "fedora-40"
34+
base_image: "registry.fedoraproject.org/fedora:40"
3335
- test_distro: "fedora-39"
3436
base_image: "registry.fedoraproject.org/fedora:39"
35-
- test_distro: "fedora-38"
36-
base_image: "registry.fedoraproject.org/fedora:38"
3737
- test_distro: "centos-stream9"
3838
base_image: "quay.io/centos/centos:stream9"
3939
steps:

0 commit comments

Comments
 (0)