Merge pull request #56 from AlexisSerneels/patch-2

Fix constraint error on Windows
This commit is contained in:
Adam Weston
2024-03-10 10:23:11 -04:00
committed by GitHub

View File

@@ -19,7 +19,7 @@ jobs:
include:
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
carbon: 2.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}