Skip to content

Commit 0136074

Browse files
author
Greg Bowler
committed
Upgrade php-build
1 parent 417dd22 commit 0136074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ runs:
100100
ACTION_MEMORY_LIMIT: ${{ inputs.memory_limit }}
101101
ACTION_ARGS: ${{ inputs.args }}
102102
id: phpunit_run
103-
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/e533cdc6e28afcd0e0616b64e58e321c4d2f8c1a/php-build.bash) phpunit \
103+
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cc563958b37b62874df04de865e5e9c6d8bb93dd/php-build.bash) phpunit \
104104
&& ${{ github.action_path }}/phpunit-action.bash
105105
shell: bash
106106

0 commit comments

Comments
 (0)