multiple php versions

This commit is contained in:
Alexander Gabriel 2018-10-06 20:28:12 +02:00
parent 6a7bb34ee3
commit 98b01156b2
1 changed files with 10 additions and 2 deletions

View File

@ -8,9 +8,17 @@ environment:
VS_VERSION: Visual Studio 15 2017
matrix:
- THREAD_SAFE: "true"
PHP_BRANCH: "7.2"
PHP_VERSION: "7.2.10"
- THREAD_SAFE: "false"
PHP_VERSION: "7.2.10"
PHP_BRANCH: "7.2"
PHP_BRANCH: "7.2"
PHP_VERSION: "7.2.10"
- THREAD_SAFE: "true"
PHP_BRANCH: "7.1"
PHP_VERSION: "7.1.22"
- THREAD_SAFE: "false"
PHP_BRANCH: "7.1"
PHP_VERSION: "7.1.22"
shallow_clone: true