ci: add CentOS 8 based CI run

Our CentOS based CI run is based on CentOS 7. CentOS 8 exists already
for some time and CentOS 7 will probably go end of life at some point.

This adds a CentOS 8 based CI run to be prepared for the time CentOS 7
goes away.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2020-09-28 16:34:24 +00:00 committed by Andrei Vagin
parent 407404297e
commit ffac3d649d
4 changed files with 59 additions and 3 deletions

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
target: [centos7]
target: [centos7, centos8]
steps:
- uses: actions/checkout@v2