From 94387939dbf012cfb780d74b006caefc9b6c2250 Mon Sep 17 00:00:00 2001 From: Ted Cook Date: Wed, 10 Jul 2024 10:22:45 -0600 Subject: [PATCH] Update action test platform targets --- .github/workflows/molecule.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index a217171..3ccc992 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -25,12 +25,18 @@ jobs: scenario: - name: default image: + - name: ubuntu2404 + command: /lib/systemd/systemd - name: ubuntu2204 command: /lib/systemd/systemd - name: ubuntu2004 command: /lib/systemd/systemd + - name: debian12 + command: /lib/systemd/systemd - name: debian11 command: /lib/systemd/systemd + - name: rockylinux9 + command: /lib/systemd/systemd steps: - name: Check out the codebase uses: actions/checkout@v4