We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f14fd3 commit 2cb88aaCopy full SHA for 2cb88aa
action.yml
@@ -105,7 +105,7 @@ runs:
105
ACTION_MEMORY_LIMIT: ${{ inputs.memory_limit }}
106
ACTION_ARGS: ${{ inputs.args }}
107
id: phpunit_run
108
- run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/330b13bbb1eadd05bbb627477c1549cd7e62e406/php-build.bash) phpunit \
+ run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpunit \
109
&& ${{ github.action_path }}/phpunit-action.bash || { cat ${{ github.workspace }}/output.log >> $GITHUB_OUTPUT ; exit 1; }
110
shell: bash
111
0 commit comments