Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AppVeyor build #371

Merged
merged 1 commit into from
Oct 18, 2019
Merged

Fix AppVeyor build #371

merged 1 commit into from
Oct 18, 2019

Conversation

alexpozzi
Copy link
Member

@alexpozzi alexpozzi commented Oct 11, 2019

In order to install the latest PHP version per every target specified we use choco search php --exact --all-versions -r command and then, we filter the returned versions to just get the latest one.

From Chocolatey's version 0.10.14 the above command started returning only the latest version available.
That change made impossible to find the latest PHP minor release version so, in order to fix it we have to downgrade Chocolatey to 0.10.13 version (ref chocolatey/choco#1843).

I also had to disable Windows updates.

@alexpozzi alexpozzi force-pushed the fix/appveyor-build branch 3 times, most recently from e90ab02 to 4096d75 Compare October 18, 2019 11:59
@alexpozzi alexpozzi merged commit 63be9a2 into master Oct 18, 2019
@alexpozzi alexpozzi deleted the fix/appveyor-build branch October 18, 2019 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants