Commit 7d95e66
authored
Update CI workflow, GH Actions, and dev dependencies (#38)
* Update CI workflow, GH Actions, and dev dependencies
- Upgrade actions/checkout v2 → v4, remove deprecated actions/cache v2
- Extend PHP matrix: PHPStan 8.1–8.5, Tests 7.2–8.5
- Upgrade PHPStan 1.x → 2.x, phpstan-strict-rules 1.x → 2.x
- Remove bleedingEdge.neon include (default in PHPStan 2)
- Simplify workflow by dropping dependency caching
- Remove deprecated --no-suggest flag and ::set-output syntax
* Increase minimum PHP version to 8.0
Drop PHP 7.2 from composer.json require and CI test matrix.
* Add PHP 8.0 to PHPStan matrix
PHPStan 2.x supports PHP ^7.4, so 8.0 should be included.1 parent 2e6d2f6 commit 7d95e66
3 files changed
Lines changed: 11 additions & 42 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 10 | | |
16 | 11 | | |
17 | 12 | | |
| |||
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
23 | | - | |
| 18 | + | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
27 | | - | |
| 22 | + | |
28 | 23 | | |
29 | | - | |
| 24 | + | |
30 | 25 | | |
31 | 26 | | |
32 | 27 | | |
33 | 28 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 29 | | |
46 | 30 | | |
47 | 31 | | |
| |||
54 | 38 | | |
55 | 39 | | |
56 | 40 | | |
57 | | - | |
| 41 | + | |
58 | 42 | | |
59 | 43 | | |
60 | 44 | | |
61 | 45 | | |
62 | 46 | | |
63 | | - | |
| 47 | + | |
64 | 48 | | |
65 | | - | |
| 49 | + | |
66 | 50 | | |
67 | 51 | | |
68 | 52 | | |
69 | | - | |
70 | | - | |
| 53 | + | |
71 | 54 | | |
72 | 55 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 56 | | |
85 | | - | |
| 57 | + | |
86 | 58 | | |
87 | 59 | | |
88 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments