summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-11-20 20:33:21 +0100
committerGitHub <noreply@github.com>2020-11-20 20:33:21 +0100
commita06111e1ebfdce42d4ceade145cf5591b4684af5 (patch)
tree4d0d1747d9645d602e262d05fedce123e9070113
parent691409cdec28f13db8205e1d13d624e2e9fb483a (diff)
parent12f322d804af89fe2426b997dda89d7ddd854c91 (diff)
downloadnextcloud-server-a06111e1ebfdce42d4ceade145cf5591b4684af5.tar.gz
nextcloud-server-a06111e1ebfdce42d4ceade145cf5591b4684af5.zip
Merge pull request #24254 from nextcloud/enh/lint_php8
Also lint php8
-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