Skip to content

Commit

Permalink
More matrix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Jul 22, 2024
1 parent 7ac4b63 commit ff0c7b1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@ jobs:
- laravel: 10.*
testbench: 8.*
exclude:
- php: 8.3
laravel: ^9.50.2
- php: 8.3
laravel: ^8.79
- php: 8.2
laravel: ^8.79
- php: 8.1
laravel: 11.*
- php: 8.0
laravel: [ 10.*, 11.* ]
laravel: 11.*
- php: 8.0
laravel: 10.*

timeout-minutes: 10
name: "${{ matrix.php }} / ${{ matrix.laravel }} (${{ matrix.dependency-version }})"
Expand Down

0 comments on commit ff0c7b1

Please sign in to comment.