Skip to content

Commit

Permalink
Use php 7.1 in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed Jan 24, 2018
1 parent 36aaa45 commit ba89cc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ build: false
clone_folder: C:\projects\static-ldp

init:
- SET PATH=C:\Program Files\OpenSSL;C:\tools\php72;%PATH%
- SET PATH=C:\Program Files\OpenSSL;C:\tools\php71;%PATH%
- SET COMPOSER_NO_INTERACTION=1

install:
- ps: Set-Service wuauserv -StartupType Manual
- cinst -y OpenSSL.Light
- cinst -y php
- cd c:\tools\php72
- cinst -y php --version 7.1.13
- cd c:\tools\php71
- copy php.ini-production php.ini
- echo date.timezone="UTC" >> php.ini
- echo extension=php_curl.dll >> php.ini
Expand Down

0 comments on commit ba89cc3

Please sign in to comment.