From 9a41eae1cb9dbf2cbd3573bdfbc07451c1d615bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 20 Jan 2021 21:00:04 +0100 Subject: [PATCH] Troubleshoot Appveyor build --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index b8165168247..278fe6c89e9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -37,6 +37,9 @@ init: ## Install PHP and composer, and run the appropriate composer command install: + - ps: choco search php --exact --all-versions -r + - ps: choco search php --exact --all-versions -r | select-string -pattern $env:php + - ps: choco search php --exact --all-versions -r | select-string -pattern $env:php | sort { [version]($_ -split '\|' | select -last 1) } -Descending - ps: | # Check if installation is cached if (!(Test-Path c:\tools\php)) {