mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 21:48:53 +08:00
Fix constraint error on Windows
See the warning on https://getcomposer.org/doc/articles/versions.md#caret-version-range-
This commit is contained in:
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user