Merge pull request #24254 from nextcloud/enh/lint_php8

Also lint php8
This commit is contained in:
Morris Jobke 2020-11-20 20:33:21 +01:00 committed by GitHub
commit a06111e1eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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