Skip to content

Commit

Permalink
Drop debian 12 from test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Nov 3, 2023
1 parent 449e377 commit 07f40bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,15 @@ jobs:
- image: ubuntu2204
scenario: elastic
command: /lib/systemd/systemd
- image: rockylinux9
scenario: elastic
command: /usr/lib/systemd/systemd
- image: ubuntu2004
scenario: default
command: /lib/systemd/systemd
- image: debian12
scenario: elastic
command: /lib/systemd/systemd
- image: debian12
scenario: elastic
- image: debian11
scenario: default
command: /lib/systemd/systemd
- image: rockylinux9
scenario: elastic
command: /usr/lib/systemd/systemd
steps:
- name: Check out the codebase.
uses: actions/checkout@v4
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ Please make sure your environment has [docker](https://www.docker.com) installed
Role is tested against the following distributions (docker images):
* Ubuntu Focal
* Ubuntu Bionic
* Ubuntu Xenial
* CentOS 7
* Debian Buster
* Rocky Linux 9
* Debian Bullseye

You can test the role directly from sources using command ` molecule test `

Expand Down

0 comments on commit 07f40bd

Please sign in to comment.