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

This commit is contained in:
Jeff Geerling 2024-07-16 14:23:06 -05:00
parent 995b0a7691
commit 8dba077ae3
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ jobs:
playbook: converge.yml
# PHP 8.2.
- distro: rockylinux8
- distro: rockylinux9
playbook: 8.2.yml
- distro: ubuntu2204
playbook: 8.2.yml
@ -58,7 +58,7 @@ jobs:
playbook: 8.2.yml
# PHP 7.4.
- distro: rockylinux8
- distro: rockylinux9
playbook: 7.4.yml
- distro: ubuntu2004
playbook: 7.4.yml

View File

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