Add centos8 to tested distros in .travis.yml and meta

This commit is contained in:
Stefan Jakobs 2020-03-04 17:37:56 +01:00
parent 4898e2b994
commit a4a51a6613
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ env:
- ROLE_NAME: postgresql - ROLE_NAME: postgresql
matrix: matrix:
- MOLECULE_DISTRO: centos7 - MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: centos8
- MOLECULE_DISTRO: fedora31 - MOLECULE_DISTRO: fedora31
- MOLECULE_DISTRO: ubuntu1804 - MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: debian10 - MOLECULE_DISTRO: debian10

View File

@ -12,6 +12,7 @@ galaxy_info:
versions: versions:
- 6 - 6
- 7 - 7
- 8
- name: Fedora - name: Fedora
versions: versions:
- 29 - 29