Skip to content

Commit 891b4cf

Browse files
committed
Run PHPStan on every PHP version in CI workflow
1 parent cdf64b4 commit 891b4cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ jobs:
100100
matrix:
101101
php-version:
102102
- "8.4"
103+
- "8.3"
104+
- "8.2"
105+
- "8.1"
106+
- "8.0"
103107
- "7.4"
104108

105109
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)