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 417dd22 commit 0136074Copy full SHA for 0136074
action.yml
@@ -100,7 +100,7 @@ runs:
100
ACTION_MEMORY_LIMIT: ${{ inputs.memory_limit }}
101
ACTION_ARGS: ${{ inputs.args }}
102
id: phpunit_run
103
- run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/e533cdc6e28afcd0e0616b64e58e321c4d2f8c1a/php-build.bash) phpunit \
+ run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cc563958b37b62874df04de865e5e9c6d8bb93dd/php-build.bash) phpunit \
104
&& ${{ github.action_path }}/phpunit-action.bash
105
shell: bash
106
0 commit comments