diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-11-05 10:51:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 10:51:13 +0100 |
commit | ecbe8cb4c9dc900fb4cfb56f94cc62b97148c190 (patch) | |
tree | 6b6f5bb35ecfcfd437f0c13146f99c2e6da3b9d4 | |
parent | 188051b6c653690c12abf69cce0494e154723c0c (diff) | |
parent | 1e7a82d99eeefff9c49d593a0602fd6e030d1c99 (diff) | |
download | nextcloud-server-ecbe8cb4c9dc900fb4cfb56f94cc62b97148c190.tar.gz nextcloud-server-ecbe8cb4c9dc900fb4cfb56f94cc62b97148c190.zip |
Merge pull request #23904 from nextcloud/fix/php-lint
Fix php lint action
-rw-r--r-- | .github/workflows/lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 39809b88deb..7fb0d436d6a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 |