Added CentOS 8

This commit is contained in:
Andrew Murray 2019-12-26 21:20:19 +11:00
parent 48908c94e8
commit cc04ee7b5c
3 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,7 @@ matrix:
- env: DOCKER="debian-10-buster-x86" DOCKER_TAG="6.2.x"
- env: DOCKER="centos-6-amd64" DOCKER_TAG="6.2.x"
- env: DOCKER="centos-7-amd64" DOCKER_TAG="6.2.x"
- env: DOCKER="centos-8-amd64" DOCKER_TAG="master"
- env: DOCKER="amazon-1-amd64" DOCKER_TAG="6.2.x"
- env: DOCKER="amazon-2-amd64" DOCKER_TAG="6.2.x"
- env: DOCKER="fedora-30-amd64" DOCKER_TAG="6.2.x"

View File

@ -51,6 +51,11 @@ jobs:
docker: 'centos-7-amd64'
name: 'centos_7_amd64'
- template: .azure-pipelines/jobs/test-docker.yml
parameters:
docker: 'centos-8-amd64'
name: 'centos_8_amd64'
- template: .azure-pipelines/jobs/test-docker.yml
parameters:
docker: 'amazon-1-amd64'

View File

@ -397,6 +397,8 @@ These platforms are built and tested for every change.
+----------------------------------+-------------------------------+-----------------------+
| CentOS 7 | 2.7, 3.6 |x86-64 |
+----------------------------------+-------------------------------+-----------------------+
| CentOS 8 | 2.7, 3.6 |x86-64 |
+----------------------------------+-------------------------------+-----------------------+
| Debian 9 Stretch | 2.7, 3.5 |x86 |
+----------------------------------+-------------------------------+-----------------------+
| Debian 10 Buster | 2.7, 3.7 |x86 |