Skip to content

Commit

Permalink
Laravel 8.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
timoladoyinbo committed Sep 9, 2020
1 parent 3ffa58f commit e6f81e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
fail-fast: false
matrix:
php: [7.4]
laravel: [7.*, 6.*]
laravel: [8.*, 7.*, 6.*]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 7.*
testbench: 5.*
- laravel: 6.*
Expand Down

0 comments on commit e6f81e5

Please sign in to comment.