Skip to content

Commit

Permalink
Test on L11
Browse files Browse the repository at this point in the history
  • Loading branch information
tontonsb authored Jul 12, 2024
1 parent c590b40 commit 15605fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,21 @@ jobs:
strategy:
matrix:
php: [8.0, 8.1, 8.2]
laravel: [10.*, 9.*]
laravel: [11.*, 10.*, 9.*]
include:
- laravel: 11.*
testbench: ^9.0
- laravel: 10.*
testbench: ^8.0
- laravel: 9.*
testbench: ^7.0
exclude:
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: 8.0
- laravel: 11.*
php: 8.1

steps:
- name: Checkout code
Expand Down

0 comments on commit 15605fd

Please sign in to comment.