Skip to content

Commit

Permalink
Don't test PHP 8.1 for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Mar 12, 2024
1 parent c83b91f commit 97f0ac7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
testbench: 8.*
- laravel: 11.*
testbench: 9.x-dev
exclude:
- php: 8.1
laravel: 11.*

timeout-minutes: 10

Expand Down

0 comments on commit 97f0ac7

Please sign in to comment.