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 f0d6924 commit 8c9b498Copy full SHA for 8c9b498
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/97ac71b53ff6daca57e3ecd4847ece307a34cf2e/php-build.bash) phpstan
+ bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/5e45d00e4a701525bb48c3a906694bbf9a3583bd/php-build.bash) phpstan
87
${{ github.action_path }}/phpstan-action.bash
88
shell: bash
89
0 commit comments