Commit dc27dce
Add Laravel 13 support (#313)
* Add Laravel 13 support
- Add ^13 to illuminate/database and illuminate/support constraints
- Add orchestra/testbench ^11.0 and phpunit ^12.0 for L13 testing
- Add Laravel 13 to CI matrix with PHP version excludes
(L13 requires PHP 8.3+, L12 requires PHP 8.2+)
- Bump actions/checkout to v4
Closes #311
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Remove phpunit ^12.0 — test suite uses docblock annotations
PHPUnit 12 dropped support for @test and @group docblock annotations in
favor of PHP 8 attributes. The test suite relies on these throughout,
so PHPUnit 12 either skips tests entirely (33 "no tests found" warnings)
or runs integration tests that should be excluded via @group. Converting
to attributes is a separate effort.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4c110ad commit dc27dce
2 files changed
Lines changed: 12 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
23 | 30 | | |
24 | 31 | | |
25 | | - | |
| 32 | + | |
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments