From 64a13ca748e5f0aa6162283103e5923d45405d24 Mon Sep 17 00:00:00 2001 From: smiley Date: Fri, 15 Mar 2024 00:46:05 +0100 Subject: [PATCH] :sparkles: --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8023ab1..8415666 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,8 +54,8 @@ jobs: ini-values: ${{ env.PHP_INI_VALUES }} coverage: none - - name: "Validate composer.json" - run: composer validate --ansi --strict +# - name: "Validate composer.json" +# run: composer validate --ansi --strict - name: "Install dependencies with composer" uses: ramsey/composer-install@v3