Skip to content

Commit

Permalink
Merge pull request #19 from php-actions/memory-increase
Browse files Browse the repository at this point in the history
feature: use hash with higher memory
  • Loading branch information
g105b committed Feb 15, 2023
2 parents 9a3628e + c0c7fe2 commit 76a00bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -83,7 +83,7 @@ runs:
id: phpstan_run
run: |
set -e
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
${{ github.action_path }}/phpstan-action.bash
shell: bash

Expand Down

0 comments on commit 76a00bb

Please sign in to comment.