We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fde90 commit f0d6924Copy full SHA for f0d6924
action.yml
@@ -83,7 +83,7 @@ runs:
83
id: phpstan_run
84
run: |
85
set -e
86
- bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/57f70b21cd4e028b60348ba9b7636fe9c0152427/php-build.bash) phpstan
+ bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/97ac71b53ff6daca57e3ecd4847ece307a34cf2e/php-build.bash) phpstan
87
${{ github.action_path }}/phpstan-action.bash
88
shell: bash
89
0 commit comments