Skip to content

Commit e2121bf

Browse files
committed
fix: correct laravel version in workflow matrix
1 parent d178af4 commit e2121bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest]
1616
php: [8.4]
17-
laravel: [12.*]
17+
laravel: [11.*]
1818
stability: [prefer-stable]
1919
include:
2020
- laravel: 11.*
2121
testbench: 9.*
22-
carbon: 2.*
22+
carbon: ^2.72.5
2323

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

0 commit comments

Comments
 (0)