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

Drop unsupported php versions #337

Merged

Conversation

akerouanton
Copy link
Contributor

No description provided.

@akerouanton akerouanton force-pushed the drop-unsupported-php-versions branch from 7f31eca to 5b60a8f Compare December 7, 2018 15:14
@akerouanton akerouanton force-pushed the drop-unsupported-php-versions branch 11 times, most recently from b6bdeec to f77f688 Compare December 7, 2018 16:17
@akerouanton akerouanton force-pushed the drop-unsupported-php-versions branch from f77f688 to 393a74a Compare December 7, 2018 16:27
- cd C:\tools\php
- IF EXIST c:\tools\php (SET PHP=0)
- ps: choco search php --exact --all-versions -r
- ps: echo ((choco search php --exact --all-versions -r | select-string -pattern $env:php_ver_target | sort { [version]($_ -split '\|' | select -last 1) } -Descending | Select-Object -first 1) -replace '[php|]','')
Copy link
Contributor Author

@akerouanton akerouanton Dec 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer to keep these two lines to debug what's going wrong next time builds on AppVeyor crash with no obvious reason.

Copy link

@nicolasmure nicolasmure left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you 👍

@akerouanton akerouanton merged commit dde38cd into KnpLabs:master Dec 7, 2018
@akerouanton akerouanton deleted the drop-unsupported-php-versions branch December 7, 2018 16:42
This was referenced Dec 7, 2018
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.

2 participants