Skip to content

Commit

Permalink
Don't test Laravel 8 on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Mar 12, 2024
1 parent 417b445 commit 272cb98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- laravel: 11.*
testbench: 9.x-dev
exclude:
- php: 8.3
laravel: ^8.79
- php: 8.2
laravel: ^8.79
- php: 8.1
Expand Down

0 comments on commit 272cb98

Please sign in to comment.