mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-03-03 16:17:10 -05:00
Update to more modern OSes and drop RHEL for now.
This commit is contained in:
parent
10775abbf6
commit
8e5182ee6d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -42,11 +42,11 @@ jobs:
|
||||||
fail-fast: ${{ !contains(github.event_name, 'pull_request') }}
|
fail-fast: ${{ !contains(github.event_name, 'pull_request') }}
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- rockylinux9
|
# See: https://github.com/geerlingguy/docker-rockylinux9-ansible/issues/6
|
||||||
- fedora39
|
# - rockylinux9
|
||||||
- fedora40
|
# - fedora41
|
||||||
|
- ubuntu2404
|
||||||
- ubuntu2204
|
- ubuntu2204
|
||||||
- ubuntu2004
|
|
||||||
- debian11
|
- debian11
|
||||||
- debian12
|
- debian12
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue