From c518f9712176dfac99205cb3f4d205a24098bbce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 25 May 2020 21:37:54 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 106a374e..6d55b0e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,10 +23,6 @@ jobs: with: php-version: ${{ matrix.php-versions }} coverage: xdebug - tools: php-cs-fixer, phpunit - - - name: Validate composer.json and composer.lock - run: composer validate - name: Install composer dependencies run: composer install --prefer-dist --no-progress