Commit 90de95a
committed
Support both PHP 8.2 and 8.3 in workflows
- Update Pest plugins to support both v3 (PHP 8.2) and v4 (PHP 8.3)
- Update Testbench to support both v9 (Laravel 11) and v10 (Laravel 12)
- Test matrix now runs:
- PHP 8.2 with Laravel 11 (Testbench 9)
- PHP 8.3 with Laravel 11 (Testbench 9)
- PHP 8.3 with Laravel 12 (Testbench 10)
- Exclude PHP 8.2 + Laravel 12 (Laravel 12 requires PHP 8.3)1 parent 1919d71 commit 90de95a
2 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments