Skip to content

Commit 587f338

Browse files
committed
Fix AppVeyor build
PHP 7.3 seems to have just been released
1 parent b85acb7 commit 587f338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
- ps: Set-Service wuauserv -StartupType Manual
1010
- cinst -y php composer
1111
- refreshenv
12-
- cd c:\tools\php72
12+
- cd c:\tools\php73
1313
- copy php.ini-production php.ini /Y
1414
- echo date.timezone="UTC" >> php.ini
1515
- echo extension_dir=ext >> php.ini

0 commit comments

Comments
 (0)