From 31f5871fead3251af301ede317a68eba8d2a26a8 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sun, 5 Mar 2017 20:29:50 +0100 Subject: [PATCH] (appveyor) Use PHP 7.0.16 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0bd9f65..c906758 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ environment: OUTDIR: Release CONFIGURE_EXTRA: --disable-zts - PHP_VERSION: 7.0.7 + PHP_VERSION: 7.0.16 PHP_SDK: c:\projects\php-sdk os: Windows Server 2012