Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4426cfa

Browse files
committed
Use the vendor phpunit executable
1 parent 4be7dca commit 4426cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
php-version: ${{ matrix.php-versions }}
3232
coverage: xdebug #optional, setup coverage driver
33-
tools: psalm, phpcbf, phpcs, phpunit:5.7.27
33+
tools: psalm, phpcbf, phpcs
3434

3535
- name: Install all depenencies
3636
run: composer update
@@ -39,4 +39,4 @@ jobs:
3939
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:3306 ${{ matrix.wp }} true
4040

4141
- name: phpunit tests
42-
run: phpunit
42+
run: ./vendor/bin/phpunit

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /