Skip to content

Commit b7a03f4

Browse files
committed
fix github test workflow
1 parent f0a2628 commit b7a03f4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,15 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.2, 8.1, 8.0]
12+
php: [8.2, 8.1]
1313
laravel: [10.*, 9.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
1616
- laravel: 10.*
1717
testbench: ^8.0
1818
- laravel: 9.*
1919
testbench: ^7.0
20-
exclude:
21-
- laravel: 10.*
22-
php: 8.0
23-
20+
2421

2522
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2623

0 commit comments

Comments
 (0)