Skip to content

Commit

Permalink
Add Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
plunkettscott authored Apr 12, 2024
1 parent d2de172 commit 8db9c96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
fail-fast: true
matrix:
php: [8.2, 8.3]
laravel: [10, 11]
laravel: [9, 10, 11]
include:
- laravel: 9
php: 8.0
testbench: 7
- laravel: 10
testbench: 8
- laravel: 11
Expand Down

0 comments on commit 8db9c96

Please sign in to comment.