mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38: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:
|
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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user