Skip to content

Commit 25a34ee

Browse files
committed
Update actions configuration.
1 parent d428ccb commit 25a34ee

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
@@ -8,12 +8,9 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [7.2, 7.3, 7.4, 8.0]
12-
laravel: [6.*]
11+
php: [7.3, 7.4, 8.0]
12+
laravel: [7.*, 8.*]
1313
dependency-version: [prefer-stable, prefer-lowest]
14-
include:
15-
- laravel: 6.*
16-
testbench: 4.*
1714

1815
name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Testbench ${{ matrix.testbench }} (${{ matrix.dependency-version }})
1916

0 commit comments

Comments
 (0)