Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
appveyor: updated PHP versions
use more general phpunit versions
  • Loading branch information
splitbrain committed May 17, 2018
1 parent 5821860 commit 93e044d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit 93e044d

Please sign in to comment.