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