Skip to content

Commit 5704262

Browse files
author
Andrey Helldar
committed
Updated workflows/phpunit.yml
1 parent 6066456 commit 5704262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
laravel: [ 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0, 8.0 ]
12+
laravel: [ "5.4", "5.5", "5.6", "5.7", "5.8", "6.0", "7.0", "8.0" ]
1313

1414
name: Laravel ${{ matrix.laravel }}
1515

0 commit comments

Comments
 (0)