Skip to content

Commit

Permalink
fix(ci): drop unsupported distros
Browse files Browse the repository at this point in the history
drop all distros that are sadly incompatible with the
`robertdebock.bootstrap` role.
  • Loading branch information
adf-patrickha committed Oct 30, 2024
1 parent 7feead8 commit 2637334
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,16 @@ jobs:
tag: "latest"
- image: "debian"
tag: "bullseye"
- image: "enterpriselinux"
tag: "8"
- image: "enterpriselinux"
tag: "latest"
- image: "fedora"
tag: "39"
- image: "fedora"
tag: "latest"
- image: "opensuse"
tag: "latest"
- image: "ubuntu"
tag: "latest"
tag: "jammy"
- image: "ubuntu"
tag: "focal"
tag: "latest"
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 2637334

Please sign in to comment.