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

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Larch <anna@nextcloud.com>2021-11-30 11:10:42 +0300
committerAnna Larch <anna@nextcloud.com>2021-11-30 17:42:38 +0300
commit358659bfb88e947302ed48e247ee498de6654c7c (patch)
tree48574c4df278ed8fd88c5428c82b88bb8e9e8167 /.github
parent3c09657231f2ff8a7a6cb590026414dde645c95e (diff)
Add php 7.2 linter and fix errors
Signed-off-by: Anna Larch <anna@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 3516e2ee..e69ae1ad 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ['7.3', '7.4', '8.0']
+ php-versions: ['7.2', '7.3', '7.4', '8.0']
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout