Skip to content

Commit

Permalink
Fixed include syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kitloong committed Dec 31, 2020
1 parent 3a3ccff commit 764a304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
laravel: [ 8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.* ]
stability: [ prefer-stable ]
include:
- laravel: [ 8.* ]
- laravel: 8.*
php: 8.0
stability: prefer-stable
- laravel: [ 7.* ]
- laravel: 7.*
php: 8.0
stability: prefer-stable
- laravel: [ 6.* ]
- laravel: 6.*
php: 8.0
stability: prefer-stable

Expand Down

0 comments on commit 764a304

Please sign in to comment.