Skip to content

Commit

Permalink
Remove unsupported distros (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-riddle authored Jul 2, 2024
1 parent 4f5d9a8 commit 8e3c19d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ jobs:
strategy:
matrix:
distro:
- rockylinux8
# See: https://www.jeffgeerling.com/blog/2024/newer-versions-ansible-dont-work-rhel-8
# - rockylinux8
# TODO: Unable to install.
# - fedora38
- ubuntu2004 # Focal Fossa
- ubuntu1804 # Bionic Beaver
# See: https://www.jeffgeerling.com/blog/2024/newer-versions-ansible-dont-work-rhel-8
# - ubuntu1804 # Bionic Beaver
- debian11 # Bullseye
- debian10 # Buster

Expand Down

0 comments on commit 8e3c19d

Please sign in to comment.