Skip to content

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Mar 12, 2024
1 parent 2d4a933 commit d56ce57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
testbench: ^6.24
- laravel: ^9.50.2
testbench: ^7.22
- laravel: 10.*
- laravel: '>10.0.0 <10.48.0 || >10.48.1 <11.0.0'
testbench: 8.*
- laravel: 11.*
testbench: 9.x-dev
Expand All @@ -34,7 +34,7 @@ jobs:
- php: 8.0
laravel: 11.*
- php: 8.0
laravel: 10.*
laravel: '>10.0.0 <10.48.0 || >10.48.1 <11.0.0'

timeout-minutes: 10

Expand Down

0 comments on commit d56ce57

Please sign in to comment.