Remove composer from CI tools when not necessary (#93)

Just a small clean up
This commit is contained in:
Daniel Siepmann 2022-09-21 13:15:51 +02:00 committed by GitHub
parent 208928e0e9
commit aad222d197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"