From 1b56de4abc89e8b98578adf48925fb03d3f15a72 Mon Sep 17 00:00:00 2001 From: Jeremiah VALERIE Date: Tue, 22 Dec 2020 19:03:32 +0100 Subject: [PATCH] Fix appveyor ci build --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index ec6dd5c1f..a2e7d228f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,7 +11,8 @@ init: install: - ps: Set-Service wuauserv -StartupType Manual - - cinst -y php composer + - cinst -y php --version=7.4 + - cinst -y composer - refreshenv - cd c:\tools\php74 - copy php.ini-production php.ini /Y