From 5cd60dee65629cb83067e61068c175eaa891da91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 25 Apr 2022 11:27:26 +0200 Subject: [PATCH] Fix: Do not bother installing phpunit with shivammathur/setup-php --- .github/workflows/ci-tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 7e5eec2..3f7ef86 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -22,7 +22,6 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} - tools: phpunit - name: Install dependencies run: composer --prefer-source -n install