diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8093572..d385756 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -20,7 +20,6 @@ jobs: fail-fast: true matrix: molecule_distro: - - { "distro": "centos-7", "command": "/usr/sbin/init" } - { "distro": "centos-8", "command": "/usr/sbin/init" } - { "distro": "fedora-32", "command": "/usr/sbin/init" } - { "distro": "fedora-31", "command": "/usr/sbin/init" } @@ -28,8 +27,8 @@ jobs: - { "distro": "ubuntu-18.04", "command": "/lib/systemd/systemd" } - { "distro": "ubuntu-20.04", "command": "/lib/systemd/systemd" } - { "distro": "ubuntu-22.04", "command": "/lib/systemd/systemd" } - - { "distro": "debian-9", "command": "/lib/systemd/systemd" } - { "distro": "debian-10", "command": "/lib/systemd/systemd" } + - { "distro": "debian-11", "command": "/lib/systemd/systemd" } collection_role: - docker steps: