Skip to content

Commit 8090233

Browse files
author
Greg Bowler
committed
Upgrade php-build
1 parent 869f0ad commit 8090233

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
configuration:
2020
description: Configuration file location
2121
required: false
22-
22+
2323
log_junit:
2424
description: JUnit output file location
2525
required: false
@@ -39,11 +39,11 @@ inputs:
3939
testdox_xml:
4040
description: JUnit output file location
4141
required: false
42-
42+
4343
memory_limit:
4444
description: Memory limit
4545
required: false
46-
46+
4747
bootstrap:
4848
description: Path to bootstrap file
4949
required: false
@@ -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/41a2ecd3a2d7c5f53407c6d7cc580d1a2d6c7526/php-build.bash) phpunit \
103+
run: bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/330b13bbb1eadd05bbb627477c1549cd7e62e406/php-build.bash) phpunit \
104104
&& ${{ github.action_path }}/phpunit-action.bash || { cat ${{ github.workspace }}/output.log ; exit 1; }
105105
shell: bash
106106

0 commit comments

Comments
 (0)