Skip to content

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Feb 13, 2023
1 parent 2d41289 commit f336d9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
matrix:
dependency-version: [ stable, lowest ]
os: [ ubuntu-latest, windows-latest ]
laravel: [ ^8.79, ^9.34, 10.* ]
laravel: [ ^8.79, ^9.50.2, 10.* ]
php: [ 8.0, 8.1, 8.2 ]
include:
- laravel: ^8.79
testbench: ^6.24
- laravel: ^9.34
testbench: ^7.10
- laravel: ^9.50.2
testbench: ^7.22
- laravel: 10.*
testbench: 8.*
exclude:
Expand Down

0 comments on commit f336d9e

Please # to comment.