Browse Source

(appveyor) Use PHP 7.0.16

Stefan Siegl 8 years ago
parent
commit
31f5871fea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
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