mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-04 21:23:29 +01:00
Fixup CI versions. Drop all older RHEL releases which are broken.
This commit is contained in:
parent
1ca6658a7d
commit
9b8f7fe7bd
2 changed files with 4 additions and 4 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -41,9 +41,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
distro:
|
||||
- rockylinux8
|
||||
- ubuntu2004
|
||||
- debian10
|
||||
- rockylinux9
|
||||
- ubuntu2204
|
||||
- debian11
|
||||
|
||||
steps:
|
||||
- name: Check out the codebase.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue