From 89cb6f359a15acf298249325adef159a0bca3713 Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Fri, 26 Aug 2022 15:18:58 +0200 Subject: [PATCH] Fix yaml syntax --- .github/workflows/php-version-sniff.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php-version-sniff.yml b/.github/workflows/php-version-sniff.yml index 016293c..5b2b8ad 100644 --- a/.github/workflows/php-version-sniff.yml +++ b/.github/workflows/php-version-sniff.yml @@ -12,7 +12,7 @@ concurrency: # The concurrency group contains the workflow name and the branch name. group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true - + jobs: php-codesniffer: strategy: @@ -24,8 +24,8 @@ jobs: - uses: pipeline-components/php-codesniffer@master with: options: >- - -s - --ignore='*vendor/*' + -s + --ignore='*vendor/*' --standard=PHPCompatibility --extensions=php --runtime-set testVersion ${{ matrix.php }}