mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2024-11-03 04:23:35 -05:00
Fixup CI versions. Drop all older RHEL releases which are broken.
This commit is contained in:
parent
c790ca84c6
commit
7f20fe244b
2 changed files with 1 additions and 2 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -42,7 +42,6 @@ jobs:
|
|||
fail-fast: ${{ !contains(github.event_name, 'pull_request') }}
|
||||
matrix:
|
||||
distro:
|
||||
- rockylinux8
|
||||
- rockylinux9
|
||||
- fedora38
|
||||
- ubuntu2204
|
||||
|
|
|
@ -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