We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a3628e + c0c7fe2 commit 76a00bbCopy full SHA for 76a00bb
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/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpstan
+ bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/59e915e4b8eeab830231a5dce6ad0998adebac05/php-build.bash) phpstan
87
${{ github.action_path }}/phpstan-action.bash
88
shell: bash
89
0 commit comments