Skip to content

Commit 6d73bf5

Browse files
committed
wip
1 parent b65da40 commit 6d73bf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [7.2,7.4, 8.0]
12+
php: [7.4, 8.0]
1313
laravel: [8.*,7.*]
1414
dependency-version: [prefer-stable]
1515
include:
@@ -18,6 +18,7 @@ jobs:
1818

1919
- testbench: 5.20
2020
laravel: 7.*
21+
2122
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2223

2324
steps:

0 commit comments

Comments
 (0)