Skip to content

Commit ce7bce4

Browse files
authored
Update php-build (#65)
* Update php-build * Update action.yml
1 parent 1789d19 commit ce7bce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ runs:
142142
id: phpunit_run
143143
run: |
144144
set -e
145-
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpunit
145+
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/v2/php-build.bash) phpunit
146146
${{ github.action_path }}/phpunit-action.bash
147147
shell: bash
148148

0 commit comments

Comments
 (0)