summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-12-29 16:29:44 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2020-12-29 16:29:44 +0100
commit9489363eb4fab5442e78cb870ce6469a69daf5a9 (patch)
tree6692bbebd11f554d894863c03d8888189590f7d9 /.github/workflows
parent6e25214495540db67e39ac1a95a78e9dc1472167 (diff)
Lint php8
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.github/workflows')
-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 0290f720..9f04b33c 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
- php-versions: ['7.2', '7.3', '7.4']
+ php-versions: ['7.2', '7.3', '7.4', '8.0']
name: php${{ matrix.php-versions }}
steps: