Skip to content

Commit 764a304

Browse files
committed
Fixed include syntax
1 parent 3a3ccff commit 764a304

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
laravel: [ 8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.* ]
2424
stability: [ prefer-stable ]
2525
include:
26-
- laravel: [ 8.* ]
26+
- laravel: 8.*
2727
php: 8.0
2828
stability: prefer-stable
29-
- laravel: [ 7.* ]
29+
- laravel: 7.*
3030
php: 8.0
3131
stability: prefer-stable
32-
- laravel: [ 6.* ]
32+
- laravel: 6.*
3333
php: 8.0
3434
stability: prefer-stable
3535

0 commit comments

Comments
 (0)