From 3d297ae612724f9aa96e3229a5283a4fbb043c18 Mon Sep 17 00:00:00 2001 From: Dave van der Brugge Date: Sun, 22 Sep 2024 18:26:46 +0200 Subject: [PATCH] Update php.yml --- .github/workflows/php.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 0f671c3..e34e814 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -1,4 +1,4 @@ -name: PHP Composer +name: PHP Tools on: push: @@ -13,6 +13,7 @@ jobs: build: runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} + name: PHP ${{ matrix.php-versions }} strategy: fail-fast: false @@ -48,12 +49,6 @@ jobs: - name: Install Dependencies run: composer install - - name: Install Tools - run: make - devtools/php-cs-fixer/vendor/bin/php-cs-fixer - devtools/phpstan/vendor/bin/phpstan - devtools/phpunit/vendor/bin/phpunit - - name: Run CodeStyle Check run: make codestyle