Skip to content

Commit 456b5ce

Browse files
committed
Update workflow.
1 parent 0921f07 commit 456b5ce

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
@@ -14,11 +14,11 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.3]
17-
laravel: [11.*]
17+
laravel: [12.*]
1818
stability: [prefer-stable]
1919
include:
20-
- laravel: 11.*
21-
testbench: 9.*
20+
- laravel: 12.*
21+
testbench: 10.*
2222
carbon: ^2.63
2323

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

0 commit comments

Comments
 (0)