Revert "Update tests.yml (#2788)" (#2792)

This reverts commit aa32040bd4.
This commit is contained in:
Dag 2022-06-08 02:16:06 +02:00 committed by GitHub
parent a4785370fa
commit 6582a66a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,6 @@ jobs:
- uses: shivammathur/setup-php@v2 - uses: shivammathur/setup-php@v2
with: with:
php-version: ${{ matrix.php-versions }} php-version: ${{ matrix.php-versions }}
- run: composer dump-autoload
- run: composer global require phpunit/phpunit ^7 - run: composer global require phpunit/phpunit ^7
- run: phpunit --configuration=phpunit.xml --include-path=lib/ - run: phpunit --configuration=phpunit.xml --include-path=lib/