Skip to content

Commit

Permalink
chore: Test against laravel 6 on php 8.0 (#2084)
Browse files Browse the repository at this point in the history
Laravel 6 currently supports php 8.0
  • Loading branch information
Sergiy Petrov authored Jan 13, 2021
1 parent fb0cfc8 commit 9700234
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
exclude:
- php: 7.2
laravel: 8.*
- php: 8.0
laravel: 6.*

name: '[P${{ matrix.php }}] [L${{ matrix.laravel }}] [${{ matrix.coverage }}]'

Expand Down

0 comments on commit 9700234

Please sign in to comment.