Skip to content

Commit

Permalink
Refactor carbon dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Mar 11, 2024
1 parent 0346d40 commit 517a64d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,10 @@ jobs:
include:
- laravel: 11.*
testbench: 9.*
carbon: ^2.63
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
- laravel: 9.*
testbench: 7.*
carbon: ^2.63
exclude:
- laravel: 11.*
php: 8.1
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0|^7.0|^8.1",
"nesbot/carbon": "^2.0|^3.0",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^7|^8|^9.0",
"pestphp/pest": "^1.22|^2.0",
Expand Down

0 comments on commit 517a64d

Please sign in to comment.