Skip to content

Commit 7d07955

Browse files
committed
fix: use correct carbon version constraint
1 parent e2121bf commit 7d07955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
include:
2020
- laravel: 11.*
2121
testbench: 9.*
22-
carbon: ^2.72.5
22+
carbon: 2.*
2323

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

0 commit comments

Comments
 (0)