Skip to content

Commit

Permalink
Fixup CI versions. Drop all older RHEL releases which are broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jul 16, 2024
1 parent 995b0a7 commit 8dba077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
playbook: converge.yml

# PHP 8.2.
- distro: rockylinux8
- distro: rockylinux9
playbook: 8.2.yml
- distro: ubuntu2204
playbook: 8.2.yml
- distro: debian11
playbook: 8.2.yml

# PHP 7.4.
- distro: rockylinux8
- distro: rockylinux9
playbook: 7.4.yml
- distro: ubuntu2004
playbook: 7.4.yml
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dba077

Please sign in to comment.