Skip to content

Commit

Permalink
chore(ci): remove old distros from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
adf-patrickha committed Oct 30, 2024
1 parent 4bf7288 commit 7feead8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ansible-lint
uses: ansible-community/ansible-lint-action@main
test:
Expand All @@ -30,18 +30,12 @@ jobs:
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "debian"
tag: "buster"
- image: "enterpriselinux"
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "fedora"
tag: "38"
- image: "fedora"
tag: "39"
# TODO no packages for fedora 40 yet: https://download.bareos.org/current/
# pipeline will fail for now. replace 38 as soon as 40 is ready and working.
- image: "fedora"
tag: "latest"
- image: "opensuse"
Expand Down

0 comments on commit 7feead8

Please sign in to comment.