Skip to content

Commit

Permalink
Upgrade php-build
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Dec 23, 2020
1 parent de935d0 commit e1ce60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -76,7 +76,7 @@ runs:
ACTION_MEMORY_LIMIT: ${{ inputs.memory_limit }}
ACTION_ARGS: ${{ inputs.args }}
id: phpstan_run
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cc563958b37b62874df04de865e5e9c6d8bb93dd/php-build.bash) phpstan \
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/41a2ecd3a2d7c5f53407c6d7cc580d1a2d6c7526/php-build.bash) phpstan \
&& ${{ github.action_path }}/phpstan-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
shell: bash

Expand Down

0 comments on commit e1ce60d

Please sign in to comment.