Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-11-05 11:34:04 +0300
committerGitHub <noreply@github.com>2020-11-05 11:34:04 +0300
commit1e7a82d99eeefff9c49d593a0602fd6e030d1c99 (patch)
treec3b33df56b73eecfc60a2b698ab869eb76d3560e /.github
parent6d4d7faf8bdc9aedc3807a2f8a106a7c0910adfc (diff)
Fix php lint action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml4
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