Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit c85b925

Browse files
authored
Updated CI for 8.0
1 parent d85ba70 commit c85b925

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
1212
php: [7.4, 7.3, 7.2]
13-
laravel: [5.8.*, 6.*, 7.*]
13+
laravel: [6.*, 7.*, 8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:
16+
- laravel: 8.*
17+
testbench: 6.*
1618
- laravel: 7.*
1719
testbench: 5.*
1820
- laravel: 6.*
1921
testbench: 4.*
20-
- laravel: 5.8.*
21-
testbench: 3.8.*
2222

2323
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}
2424

0 commit comments

Comments
 (0)