mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-12-21 10:30:18 +01:00
Issue #201: Add back in other OSes to test.
This commit is contained in:
parent
bb303332d3
commit
da44596f93
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -47,9 +47,9 @@ jobs:
|
|||
matrix:
|
||||
distro:
|
||||
- centos8
|
||||
# - centos7
|
||||
# - ubuntu2004
|
||||
# - debian10
|
||||
- centos7
|
||||
- ubuntu2004
|
||||
- debian10
|
||||
|
||||
steps:
|
||||
- name: Check out the codebase.
|
||||
|
|
Loading…
Reference in a new issue