Commit 6946a52
committed
Fix CI: remove PHP 8.1 from test matrix and tests from PHPStan
- PHP 8.1 can't install Pest (brianium/paratest requires PHP 8.2+)
- PHPStan can't properly analyze Pest tests using PHPUnit mock APIs
that differ across PHPUnit versions (10 vs 12)1 parent dfb32f1 commit 6946a52
2 files changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
0 commit comments