ci: Add support for CentOS 8

This commit is contained in:
Tomas Babej 2020-12-06 01:55:17 -05:00
parent 53e39760ab
commit a6bbeeaab5
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5
3 changed files with 41 additions and 0 deletions

View file

@ -6,6 +6,10 @@ matrix:
os: linux
env: CONTAINER=centos7
services: docker
- name: "Centos 8"
os: linux
env: CONTAINER=centos8
services: docker
- name: "Fedora 31"
os: linux
env: CONTAINER=fedora31