Skip to content

Commit da0b1b1

Browse files
author
David Bohn
committed
Change actions
1 parent 68f10e2 commit da0b1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
php: [7.4, 7.3]
16-
laravel: [6.*]
17-
dependency-version: [prefer-lowest, prefer-stable]
16+
laravel: [6.*,7.*,8.*]
17+
dependency-version: [prefer-stable]
1818
os: [ubuntu-latest]
1919
include:
2020
- laravel: 6.*

0 commit comments

Comments
 (0)