diff --git a/.forgejo/workflows/phpunit.yml b/.forgejo/workflows/phpunit.yml index 05e47b8..ea79fec 100644 --- a/.forgejo/workflows/phpunit.yml +++ b/.forgejo/workflows/phpunit.yml @@ -47,6 +47,6 @@ jobs: run: bash bin/install-wp-tests.sh wordpress_test root root localhost latest - name: Unit Testing - run: ./vendor/bin/phpunit + run: phpunit env: PHP_VERSION: ${{ matrix.php-versions }}