summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-30 11:04:33 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-05-30 11:04:33 +0200
commit5525d7d2143c49f6f22630ee837ec2176f64599e (patch)
tree2e795dfe63dd28c797090d9e216a957081f595d0 /.github/workflows
parent53466fdc406a70f1a6d13685cce452a8619a2625 (diff)
Add PHP8.2 linting
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lint-php.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml
index 68ae194d..af3215b9 100644
--- a/.github/workflows/lint-php.yml
+++ b/.github/workflows/lint-php.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- php-versions: ["7.4", "8.0", "8.1"]
+ php-versions: ["7.4", "8.0", "8.1", "8.2"]
name: php-lint