strategy:
matrix:
- name: [Ubuntu-18, Ubuntu-20, Centos-8]
+ name: [Ubuntu-18, Ubuntu-20]
include:
- name: Ubuntu-18
flavour: ubuntu
image: "ubuntu:20.04"
ubuntu: 20
install_mode: install-apache
- - name: Centos-8
- flavour: centos
- image: "centos:8"
container:
image: ${{ matrix.image }}