Skip to content

Commit a7818db

Browse files
author
Jeremiah VALERIE
committed
Fix appveyor build
1 parent 8f88acc commit a7818db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ init:
1111

1212
install:
1313
- ps: Set-Service wuauserv -StartupType Manual
14-
- cinst -y php --version=7.4
14+
- cinst -y php --version=8.0
1515
- cinst -y composer
1616
- refreshenv
17-
- cd c:\tools\php74
17+
- cd c:\tools\php80
1818
- copy php.ini-production php.ini /Y
1919
- echo date.timezone="UTC" >> php.ini
2020
- echo extension_dir=ext >> php.ini

0 commit comments

Comments
 (0)