Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
robsontenorio committed Dec 3, 2024
1 parent 08f4b10 commit 0e12345
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@ jobs:
- laravel: 9.*
testbench: 7.*
collision: 6.*
phpunit: 9.*
pest: 1.*
- laravel: 10.*
testbench: 8.*
collision: 6.*
collision: 7.*
phpunit: 10.*
pest: 2.*
- laravel: 11.*
testbench: 9.*
collision: 8.*
pest: 3.*
phpunit: 11.*
pest: 3.*

steps:
- name: Checkout code
Expand Down

0 comments on commit 0e12345

Please sign in to comment.