We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
Update to latest version on windows. Fixes #132
1479ea7
dd4f0db
@julien-boudry Patched. Will be available in next release.
Sorry, something went wrong.
@julien-boudry Now php-version: '7.4' on windows will setup PHP 7.4.1
php-version: '7.4'
PHP 7.4.1
uses: shivammathur/setup-php@v1 with: php-version: '7.4'
shivammathur
Successfully merging a pull request may close this issue.
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).
The text was updated successfully, but these errors were encountered: