From aad222d197cf98b4c2712686735c3c0b7e914294 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 21 Sep 2022 13:15:51 +0200 Subject: [PATCH] Remove composer from CI tools when not necessary (#93) Just a small clean up --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 04c1424..a9327a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,9 +41,6 @@ jobs: with: php-version: "${{ matrix.php-version }}" coverage: none - tools: composer:v2 - env: - COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: PHP lint run: "find *.php Classes Configuration Tests -name '*.php' -print0 | xargs -0 -n 1 -P 4 php -l"