mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-08 23:13:29 +01:00
Use rockylinux8 instead of centos8 for CI.
This commit is contained in:
parent
0d5779eb4a
commit
acdeab13ec
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- centos8
|
- rockylinux8
|
||||||
- centos7
|
- centos7
|
||||||
- ubuntu2004
|
- ubuntu2004
|
||||||
- debian10
|
- debian10
|
||||||
|
|
Loading…
Reference in a new issue