Skip to content

Commit 43e1663

Browse files
committed
🚿 run static code analysis on a PHP version matrix
1 parent cdd8aea commit 43e1663

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818

1919
runs-on: ubuntu-latest
2020

21+
strategy:
22+
fail-fast: false
23+
matrix:
24+
php-version:
25+
- "7.4"
26+
- "8.0"
27+
- "8.1"
28+
2129
env:
2230
PHAN_ALLOW_XDEBUG: 0
2331
PHAN_DISABLE_XDEBUG_WARN: 1

0 commit comments

Comments
 (0)