Skip to content

Commit

Permalink
remove deprecated debian 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsysmin committed Feb 1, 2024
1 parent 3b49bf3 commit 944999b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ 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" }
- { "distro": "fedora-30", "command": "/usr/lib/systemd/systemd" }
- { "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:
Expand Down

0 comments on commit 944999b

Please sign in to comment.