From 6582a66a2d800c899acb0c88880c46a7288f9e21 Mon Sep 17 00:00:00 2001 From: Dag Date: Wed, 8 Jun 2022 02:16:06 +0200 Subject: [PATCH] Revert "Update tests.yml (#2788)" (#2792) This reverts commit aa32040bd4849228788d0c4088e9988bb7354406. --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2952ce91..61985342 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,8 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v2 with: - php-version: ${{ matrix.php-versions }} - - run: composer dump-autoload + php-version: ${{ matrix.php-versions }} - run: composer global require phpunit/phpunit ^7 - run: phpunit --configuration=phpunit.xml --include-path=lib/