Skip to content

Commit 6d9a986

Browse files
fix: Use Carbon ^3.8.4 constraint in workflow
- Carbon 3.0 has security advisory and conflicts with Laravel 11/12 - Both Laravel 11 and 12 require nesbot/carbon ^3.8.4
1 parent 92daabf commit 6d9a986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
include:
2020
- laravel: 11.*
2121
testbench: 9.*
22-
carbon: ^3.0
22+
carbon: ^3.8.4
2323
- laravel: 12.*
2424
testbench: 10.*
25-
carbon: ^3.0
25+
carbon: ^3.8.4
2626

2727
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2828

0 commit comments

Comments
 (0)