From d95b544bdcb2d47ebab65c05ba9c9c159d758500 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 17 May 2018 10:00:49 +0200 Subject: [PATCH] decrease php versions by one 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. --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9da9cf068..b4177d295 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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'