Skip to content

Commit 2cb88aa

Browse files
author
Greg Bowler
committed
build: use latest php-build
1 parent 3f14fd3 commit 2cb88aa

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
@@ -105,7 +105,7 @@ runs:
105105
ACTION_MEMORY_LIMIT: ${{ inputs.memory_limit }}
106106
ACTION_ARGS: ${{ inputs.args }}
107107
id: phpunit_run
108-
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/330b13bbb1eadd05bbb627477c1549cd7e62e406/php-build.bash) phpunit \
108+
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpunit \
109109
&& ${{ github.action_path }}/phpunit-action.bash || { cat ${{ github.workspace }}/output.log >> $GITHUB_OUTPUT ; exit 1; }
110110
shell: bash
111111

0 commit comments

Comments
 (0)