Skip to content

Commit

Permalink
Remove Laravel 9 support in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
c-tanner committed Sep 28, 2024
1 parent 960e371 commit 63ce9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
laravel: [9.*, 10.*, 11.*]
laravel: [10.*, 11.*]
php: [8.2, 8.3]
dependency-version: [prefer-lowest, prefer-stable]
steps:
Expand Down

0 comments on commit 63ce9ed

Please sign in to comment.