From 944999b2da4e8bcf30f2a805a23978458180a39a Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Thu, 1 Feb 2024 14:52:57 -0800 Subject: [PATCH] remove deprecated debian 9 --- .github/workflows/docker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: