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