appveyor: updated PHP versions

use more general phpunit versions
This commit is contained in:
Andreas Gohr 2018-05-17 09:54:31 +02:00
parent 5821860b84
commit 93e044db59
1 changed files with 7 additions and 4 deletions

View File

@ -8,12 +8,15 @@ version: '{build}.{branch}'
environment:
matrix:
- PHP_VERSION: '7.0.21'
- PHP_VERSION: '7.2.5'
VC: 'VC15'
PHPUNIT: '7'
- PHP_VERSION: '7.0.30'
VC: 'VC14'
PHPUNIT: '6.3'
- PHP_VERSION: '5.6.30'
PHPUNIT: '6'
- PHP_VERSION: '5.6.36'
VC: 'VC11'
PHPUNIT: '5.7'
PHPUNIT: '5'
cache:
- c:\php -> appveyor.yml