Browse Source

appveyor: use PHP 7.0.7 for build

Stefan Siegl 9 years ago
parent
commit
c80f20ee38
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
     OUTDIR: Release
     CONFIGURE_EXTRA: --disable-zts
     CONFIGURE_EXTRA: --disable-zts
 
 
-  PHP_VERSION: 7.0.1
+  PHP_VERSION: 7.0.7
   PHP_SDK: c:\projects\php-sdk
   PHP_SDK: c:\projects\php-sdk
 
 
 os: Windows Server 2012
 os: Windows Server 2012