Skip to content

Commit

Permalink
Change the matrix for the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlundgren committed Nov 8, 2024
1 parent a7faef6 commit 28f8fe5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ jobs:
strategy:
fail-fast: false
matrix:
# current gen
- image: amazonlinux2023
- image: rockylinux9
# previous gen
- image: ubuntu2204
# legacy
- image: amazonlinux2
reqs: ansible-core==2.16.11

# not using centos8 due to systemd issues (with 2.16.11+)
- image: centos7
reqs: ansible-core==2.16.11
image:
# current gen
- image: amazonlinux2023
- image: rockylinux9
# previous gen
- image: ubuntu2204
include:
# test legacy os
- image: amazonlinux2
reqs: ansible-core==2.16.11
- image: centos7
reqs: ansible-core==2.16.11
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 28f8fe5

Please sign in to comment.