Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Configured appveyor to run with PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iambrosi committed Apr 4, 2019
1 parent 7ba32a1 commit 0a639d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -6,12 +6,12 @@ cache:
- '%LOCALAPPDATA%\Composer\files'

init:
- SET PATH=c:\tools\php72;%PATH%
- SET PATH=c:\tools\php73;%PATH%

install:
- ps: Set-Service wuauserv -StartupType Manual
- cinst -y php
- cd c:\tools\php72
- cd c:\tools\php73
- copy php.ini-production php.ini /Y
- echo date.timezone="UTC" >> php.ini
- echo extension_dir=ext >> php.ini
Expand Down

0 comments on commit 0a639d2

Please sign in to comment.