Skip to content

Commit

Permalink
switch to php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed May 15, 2020
1 parent 2e53329 commit 3f40ba5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ environment:
install:
- ps: Set-Service wuauserv -StartupType Manual
- cinst -y php -i
- SET PATH=C:\tools\php72\;%PATH%
- SET PATH=C:\tools\php73\;%PATH%
- SET PATH=C:\tools\php74\;%PATH%
- ps: Install-Product node $env:nodejs_version $env:platform
- npm install

Expand Down

0 comments on commit 3f40ba5

Please sign in to comment.