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:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-11-20 18:49:09 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-11-20 18:49:09 +0300
commit12f322d804af89fe2426b997dda89d7ddd854c91 (patch)
treecf08b7096b3151c4cd88194956b7e8e111767b90 /.github
parentf8a2c08c417fdc10fea27f6a3d67c72cce0967a4 (diff)
Also lint php8
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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 7fb0d436d6a..016f3ac6d5b 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.3', '7.4']
+ php-versions: ['7.3', '7.4', '8.0']
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout