Skip to content

Commit 57d2267

Browse files
authored
Merge pull request #791 from mcg-web/fix-appveyor-ci
Fix appveyor ci build
2 parents b35750c + 1b56de4 commit 57d2267

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)