summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-12-29 16:00:46 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2020-12-29 16:00:46 +0100
commitc3267d28c9cba73b7a6337e8d83a8c55122e05de (patch)
tree705835b03c052d3c4b83f670cb57ccb8aa32e4e7 /.github
parent4c9dbfa444988d934a914e58b726016e46fb008f (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 567313ab..d6535c56 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
- php-versions: ['7.3', '7.4']
+ php-versions: ['7.3', '7.4', '8.0']
name: php${{ matrix.php-versions }}
steps: