Fix constraint error on Windows

See the warning on https://getcomposer.org/doc/articles/versions.md#caret-version-range-
This commit is contained in:
Alexis
2024-01-16 10:29:25 +01:00
committed by GitHub
parent 565e1efa59
commit b059c07411

View File

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