From ed2844e86fd04e68b0e9dc0226524a52ab3072b5 Mon Sep 17 00:00:00 2001 From: Jesper Skytte Date: Tue, 15 Oct 2024 08:23:08 +0200 Subject: [PATCH] More test --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 0928216..0c4f12e 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -48,7 +48,7 @@ jobs: - name: Run PHP Code Sniffer run: composer run-script style - only: + if: - ${{ matrix.php-versions == '7.4' }} - name: Run test suite