summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-11-07 16:02:17 +0100
committerJoas Schilling <coding@schilljs.com>2022-11-08 12:17:08 +0100
commit13971c908f4520219289bc34d5cc421d47a9a2f5 (patch)
tree1a4142e4dae5dacbe68aefc689c7c783bee09cab /.github
parent247be5f7de4a6f918d5f3201e046d4882502c3a5 (diff)
🆕 Add linting for 8.2
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-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 7e3c8cb0c..792d83a88 100644
--- a/.github/workflows/lint-php.yml
+++ b/.github/workflows/lint-php.yml
@@ -19,7 +19,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