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
Hello, on the latest version I'm facing this problem where the script says the right PHP version has been installed.. however in reality it is not...
these are the important bits from my action
- name: Setup PHP uses: shivammathur/setup-php@v2 env: runner: self-hosted with: php-version: '8.x' tools: composer extensions: pdo_sqlite - name: Install dependencies run: composer install --ignore-platform-reqs --no-progress - name: Test php version run: php --version
The text was updated successfully, but these errors were encountered:
I just compared it with older builds that were working before.. I see the only difference is that the PHP version got upgraded from 8.0.2 to 8.0.3
8.0.2
8.0.3
Sorry, something went wrong.
Another update..
I tried switching from v2 to verbose version... and seems to work... only v2 apparently is not working... I have also tried 2.10
v2
verbose
2.10
@milewski I have pushed a patch, please try again
It seems to be working now. I restarted some old builds that failed due to this issue and now they are green!. Thanks!
shivammathur
No branches or pull requests
Hello, on the latest version I'm facing this problem where the script says the right PHP version has been installed.. however in reality it is not...
these are the important bits from my action
The text was updated successfully, but these errors were encountered: