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

Windows - PHP 7.4.1 not available on Windows #132

Closed
julien-boudry opened this issue Dec 28, 2019 · 2 comments · Fixed by #133
Closed

Windows - PHP 7.4.1 not available on Windows #132

julien-boudry opened this issue Dec 28, 2019 · 2 comments · Fixed by #133
Assignees
Labels
enhancement New feature or request

Comments

@julien-boudry
Copy link

Describe the bug
PHP 7.4.1 is not available on Windows. Working on Unbuntu.

To Reproduce
https://github.com/julien-boudry/Condorcet/blob/dev-2.1/.github/workflows/execute_all_tests.yml

Additional context
7.4.1 fixes many important bugs, especially on Windows (Notably the fact that interactive shells don't work at all).

@julien-boudry julien-boudry changed the title Windows - PHP 7.4.1 not avilable on Windows Windows - PHP 7.4.1 not available on Windows Dec 28, 2019
@shivammathur shivammathur self-assigned this Dec 28, 2019
@shivammathur shivammathur added the enhancement New feature or request label Dec 28, 2019
@shivammathur
Copy link
Owner

@julien-boudry Patched. Will be available in next release.

@shivammathur
Copy link
Owner

@julien-boudry
Now php-version: '7.4' on windows will setup PHP 7.4.1

uses: shivammathur/setup-php@v1
with:
  php-version: '7.4'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants