diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 21091fa..fdf5628 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,8 +56,9 @@ jobs: - { image: "docker.io/ubuntu:24.04", setup: apt } # Fedora - - { image: "docker.io/fedora:42", setup: dnf } - { image: "docker.io/fedora:43", setup: dnf } + - { image: "docker.io/fedora:44", setup: dnf } + - { image: "docker.io/fedora:rawhide", setup: dnf } # RHEL (AlmaLinux) - { image: "docker.io/almalinux:8", setup: dnf }