We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd585ba commit 345b4b0Copy full SHA for 345b4b0
.github/workflows/ci.yml
@@ -27,10 +27,10 @@ jobs:
27
runs-on: ubuntu-latest
28
strategy:
29
matrix:
30
- test_distro: ["fedora-37", "fedora-38", "centos-stream9"]
+ test_distro: ["fedora-39", "fedora-38", "centos-stream9"]
31
include:
32
- - test_distro: "fedora-37"
33
- base_image: "registry.fedoraproject.org/fedora:37"
+ - test_distro: "fedora-39"
+ base_image: "registry.fedoraproject.org/fedora:39"
34
- test_distro: "fedora-38"
35
base_image: "registry.fedoraproject.org/fedora:38"
36
- test_distro: "centos-stream9"
0 commit comments