mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Merge pull request #4306 from radarhere/6.2.x_centos
Added CentOS 8 to 6.2.x
This commit is contained in:
commit
f269b49cff
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -397,14 +397,16 @@ 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 |
|
||||
+----------------------------------+-------------------------------+-----------------------+
|
||||
| Fedora 29 | 2.7, 3.7 |x86-64 |
|
||||
+----------------------------------+-------------------------------+-----------------------+
|
||||
| Fedora 30 | 2.7, 3.7 |x86-64 |
|
||||
+----------------------------------+-------------------------------+-----------------------+
|
||||
| Fedora 31 | 2.7, 3.7 |x86-64 |
|
||||
+----------------------------------+-------------------------------+-----------------------+
|
||||
| macOS 10.13 High Sierra* | 2.7, 3.5, 3.6, 3.7, 3.8 |x86-64 |
|
||||
+----------------------------------+-------------------------------+-----------------------+
|
||||
| Ubuntu Linux 16.04 LTS | 2.7, 3.5, 3.6, 3.7, 3.8, |x86-64 |
|
||||
|
|
Loading…
Reference in New Issue
Block a user