Skip to content

Commit

Permalink
Don't test with 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 96d3581 commit 341d9ba
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 @@ -20,6 +20,9 @@ jobs:
testbench: 8.*
- laravel: 11.*
testbench: 9.x-dev
exclude:
- laravel: 11.*
php: 8.1

timeout-minutes: 10

Expand Down

0 comments on commit 341d9ba

Please sign in to comment.