🚿 run static code analysis on a PHP version matrix

This commit is contained in:
codemasher
2021-12-13 00:01:07 +01:00
parent cdd8aea40a
commit 43e1663390
+8
View File
@@ -18,6 +18,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"
env:
PHAN_ALLOW_XDEBUG: 0
PHAN_DISABLE_XDEBUG_WARN: 1