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 2afd753 commit 9916b84
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 @@ -12,13 +12,13 @@ jobs:
matrix:
dependency-version: [ stable, lowest ]
os: [ ubuntu-latest, windows-latest ]
laravel: [ ^8.79, ^9.20, ^10 ]
laravel: [ ^8.79, ^9.20, 10.* ]
php: [ 8.0, 8.1, 8.2 ]
exclude:
- php: 8.2
laravel: ^8.79
- php: 8.0
laravel: ^10
laravel: 10.*

runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand Down

0 comments on commit 9916b84

Please sign in to comment.