We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 540ded5 commit 869f0adCopy full SHA for 869f0ad
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/cc563958b37b62874df04de865e5e9c6d8bb93dd/php-build.bash) phpunit \
+ run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/41a2ecd3a2d7c5f53407c6d7cc580d1a2d6c7526/php-build.bash) phpunit \
104
&& ${{ github.action_path }}/phpunit-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
105
shell: bash
106
0 commit comments