Skip to content

Commit 0318774

Browse files
committed
Remove matrix in github workflows
1 parent 7702160 commit 0318774

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
os: [ubuntu-latest, windows-latest]
16-
php: [8.2]
17-
laravel: [11.*]
18-
stability: [prefer-lowest, prefer-stable]
15+
os: [ubuntu-latest]
16+
php: [8.3]
17+
laravel: [12.*]
18+
stability: [prefer-stable]
1919
include:
20-
- laravel: 11.*
21-
testbench: 9.*
20+
- laravel: 12.*
21+
testbench: 10.*
2222
carbon: 3.*
23+
collision: 8.*
2324

2425
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2526

0 commit comments

Comments
 (0)