diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-11-20 16:49:09 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-11-20 16:49:09 +0100 |
commit | 12f322d804af89fe2426b997dda89d7ddd854c91 (patch) | |
tree | cf08b7096b3151c4cd88194956b7e8e111767b90 /.github | |
parent | f8a2c08c417fdc10fea27f6a3d67c72cce0967a4 (diff) | |
download | nextcloud-server-12f322d804af89fe2426b997dda89d7ddd854c91.tar.gz nextcloud-server-12f322d804af89fe2426b997dda89d7ddd854c91.zip |
Also lint php8
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
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 |