Skip to content

Commit 62c91ab

Browse files
Nyholmdunglas
authored andcommitted
Appveyor runs php7.3 now. (#158)
* Appveyor runs php7.3 now. * Update README.md
1 parent bba843a commit 62c91ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ install:
297297
- ps: Set-Service wuauserv -StartupType Manual
298298
- cinst -y php composer googlechrome
299299
- refreshenv
300-
- cd c:\tools\php72
300+
- cd c:\tools\php73
301301
- copy php.ini-production php.ini /Y
302302
- echo date.timezone="UTC" >> php.ini
303303
- echo extension_dir=ext >> php.ini

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 googlechrome
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)