diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-11-05 09:34:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-05 09:34:04 +0100 |
commit | 1e7a82d99eeefff9c49d593a0602fd6e030d1c99 (patch) | |
tree | c3b33df56b73eecfc60a2b698ab869eb76d3560e /.github/workflows/lint.yml | |
parent | 6d4d7faf8bdc9aedc3807a2f8a106a7c0910adfc (diff) | |
download | nextcloud-server-1e7a82d99eeefff9c49d593a0602fd6e030d1c99.tar.gz nextcloud-server-1e7a82d99eeefff9c49d593a0602fd6e030d1c99.zip |
Fix php lint action
Diffstat (limited to '.github/workflows/lint.yml')
-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 |