Skip to content

Commit 1b56de4

Browse files
author
Jeremiah VALERIE
committed
Fix appveyor ci build
1 parent b35750c commit 1b56de4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ init:
1111

1212
install:
1313
- ps: Set-Service wuauserv -StartupType Manual
14-
- cinst -y php composer
14+
- cinst -y php --version=7.4
15+
- cinst -y composer
1516
- refreshenv
1617
- cd c:\tools\php74
1718
- copy php.ini-production php.ini /Y

0 commit comments

Comments
 (0)