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