Skip to content

Commit 0e56be5

Browse files
authored
Update run-tests.yml
1 parent 230513c commit 0e56be5

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,16 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [8.3, 8.2, 8.1, 8.0]
13-
laravel: [11.*, 10.*, 9.*, 8.*]
12+
php: [8.4, 8.3, 8.2]
13+
laravel: [12.*, 11.*, 10.*]
1414
stability: [prefer-stable]
1515
include:
16+
- laravel: 12.*
17+
testbench: ^10.0
1618
- laravel: 11.*
1719
testbench: ^9.0
1820
- laravel: 10.*
1921
testbench: ^8.0
20-
- laravel: 9.*
21-
testbench: ^7.0
22-
- laravel: 8.*
23-
testbench: ^6.23
24-
exclude:
25-
- laravel: 11.*
26-
php: 8.1
27-
- laravel: 11.*
28-
php: 8.0
29-
- laravel: 10.*
30-
php: 8.0
3122

3223
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3324

0 commit comments

Comments
 (0)