Skip to content

Commit 345b4b0

Browse files
workflows: update build matrix to use fedora 39, drop fedora 37
Update the sambacc build matrix to use the current fedora versions. Signed-off-by: John Mulligan <[email protected]>
1 parent dd585ba commit 345b4b0

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
@@ -27,10 +27,10 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
test_distro: ["fedora-37", "fedora-38", "centos-stream9"]
30+
test_distro: ["fedora-39", "fedora-38", "centos-stream9"]
3131
include:
32-
- test_distro: "fedora-37"
33-
base_image: "registry.fedoraproject.org/fedora:37"
32+
- test_distro: "fedora-39"
33+
base_image: "registry.fedoraproject.org/fedora:39"
3434
- test_distro: "fedora-38"
3535
base_image: "registry.fedoraproject.org/fedora:38"
3636
- test_distro: "centos-stream9"

0 commit comments

Comments
 (0)