Skip to content

Commit

Permalink
decrease php versions by one
Browse files Browse the repository at this point in the history
PHP brekas URLs by moving old releases into an archive folder. Since we
cannot be bothered to update these tests everyday, versions have now be
adjusted to be slightly older to always go to the archive download.
  • Loading branch information
splitbrain committed May 17, 2018
1 parent 93e044d commit d95b544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -8,13 +8,13 @@ version: '{build}.{branch}'

environment:
matrix:
- PHP_VERSION: '7.2.5'
- PHP_VERSION: '7.2.4'
VC: 'VC15'
PHPUNIT: '7'
- PHP_VERSION: '7.0.30'
- PHP_VERSION: '7.0.29'
VC: 'VC14'
PHPUNIT: '6'
- PHP_VERSION: '5.6.36'
- PHP_VERSION: '5.6.35'
VC: 'VC11'
PHPUNIT: '5'

Expand Down

0 comments on commit d95b544

Please sign in to comment.