Skip to content

Commit

Permalink
test: testbench for laravel 10 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
axmad386 committed Apr 2, 2024
1 parent faa95c5 commit 4aaac55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
include:
- laravel: 11.*
php: 8.2
testbench: ^7.0
testbench: ^9.0
stability: prefer-stable
- laravel: 11.*
php: 8.2
testbench: ^7.0
testbench: ^9.0
stability: prefer-lowest
- laravel: 10.*
php: 8.1
testbench: ^7.0
testbench: ^8.0
stability: prefer-stable
- laravel: 10.*
php: 8.1
testbench: ^7.0
testbench: ^8.0
stability: prefer-lowest
- laravel: 9.*
php: 8.1
Expand Down

0 comments on commit 4aaac55

Please sign in to comment.