Skip to content

Commit 557b9c2

Browse files
victoryoalliclaude
andcommitted
Remove Laravel 10 from CI matrix
Laravel 10 tests fail due to migration loading differences in Orchestra Testbench 8. Focus CI on Laravel 11 and 12. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 77d0694 commit 557b9c2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
php: [8.2, 8.3, 8.4]
17-
laravel: [10, 11, 12]
18-
exclude:
19-
- php: 8.4
20-
laravel: 10
17+
laravel: [11, 12]
2118

2219
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
2320

0 commit comments

Comments
 (0)