]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix php lint action 23904/head
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>
Thu, 5 Nov 2020 08:34:04 +0000 (09:34 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Nov 2020 08:34:04 +0000 (09:34 +0100)
.github/workflows/lint.yml

index 39809b88debe5db7a5ee7163af7a091b80c13535..7fb0d436d6a25ba16d528fcdaf696ca0cb059307 100644 (file)
@@ -6,7 +6,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        php-versions: ['7.2', '7.3', 7.4]
+        php-versions: ['7.3', '7.4']
     name: php${{ matrix.php-versions }} lint
     steps:
     - name: Checkout
@@ -37,4 +37,4 @@ jobs:
       run: |
         composer run cs:check -- --format=checkstyle | cs2pr
         composer run cs:check || ( echo 'Please run `composer run cs:fix` to format your code' && exit 1 )
-      shell: bash {0}
+      shell: bash