We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1789d19 commit ce7bce4Copy full SHA for ce7bce4
action.yml
@@ -142,7 +142,7 @@ runs:
142
id: phpunit_run
143
run: |
144
set -e
145
- bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) phpunit
+ bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/v2/php-build.bash) phpunit
146
${{ github.action_path }}/phpunit-action.bash
147
shell: bash
148
0 commit comments