Skip to content

Commit 8bbbab3

Browse files
committed
Update github workflow
1 parent 0435f87 commit 8bbbab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
php: [7.4]
12-
laravel: [7.*, 8.*]
11+
php: [7.4, 8.0]
12+
laravel: [8.*]
1313
dependency-version: [prefer-lowest, prefer-stable]
1414
os: [ubuntu-latest]
1515

0 commit comments

Comments
 (0)