Skip to content

Commit 2d6bfef

Browse files
authored
Merge pull request #56 from AlexisSerneels/patch-2
Fix constraint error on Windows
2 parents d005f34 + b059c07 commit 2d6bfef

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: 10.*
2121
testbench: 8.*
22-
carbon: ^2.63
22+
carbon: 2.*
2323

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

0 commit comments

Comments
 (0)