Skip to content

Commit d924d32

Browse files
Update test matrix in GitHub Actions workflow
Adjust PHP versions order, add additional testbench and carbon versions to the matrix, and ensure broader compatibility coverage.
1 parent faf3409 commit d924d32

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
@@ -13,10 +13,10 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.2, 8.1]
16+
php: [8.1, 8.2]
1717
laravel: [^11.0, ^12.0]
18-
testbench: [^9.0]
19-
carbon: [^2.63]
18+
testbench: [^9.0, ^9.0]
19+
carbon: [^2.63, ^2.63]
2020
stability: [prefer-lowest, prefer-stable]
2121

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

0 commit comments

Comments
 (0)