Skip to content

Commit 74925b9

Browse files
committed
wip
1 parent 81d0cfd commit 74925b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.0, 7.4]
13-
laravel: [^8.0, ^7.0]
12+
php: [8.0]
13+
laravel: [^8.0]
1414
dependency-version: [prefer-stable]
1515
include:
1616
- laravel: ^8.0
1717
testbench: ^6.0
18-
- laravel: ^7.0
19-
testbench: ^5.2
2018

2119
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2220

0 commit comments

Comments
 (0)