Fixup CI versions. Drop all older RHEL releases which are broken.

This commit is contained in:
Jeff Geerling 2024-07-16 14:21:07 -05:00
parent 1ca6658a7d
commit 9b8f7fe7bd
2 changed files with 4 additions and 4 deletions

View file

@ -41,9 +41,9 @@ jobs:
strategy: strategy:
matrix: matrix:
distro: distro:
- rockylinux8 - rockylinux9
- ubuntu2004 - ubuntu2204
- debian10 - debian11
steps: steps:
- name: Check out the codebase. - name: Check out the codebase.

View file

@ -8,7 +8,7 @@ driver:
name: docker name: docker
platforms: platforms:
- name: instance - name: instance
image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8}-ansible:latest" image: "geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux9}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""} command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes: volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw - /sys/fs/cgroup:/sys/fs/cgroup:rw