File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ jobs:
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 fetch-depth : 0 # Not needed if lastUpdated is not enabled
3535 # - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm
3636 # - uses: oven-sh/setup-bun@v1 # Uncomment this if you're using Bun
3737 - name : Setup Node
38- uses : actions/setup-node@v4
38+ uses : actions/setup-node@v6
3939 with :
40- node-version : 20
40+ node-version : 24
4141 cache : npm # or pnpm / yarn
4242 - name : Setup Pages
4343 uses : actions/configure-pages@v4
Original file line number Diff line number Diff line change 55Upgrade using Composer:
66
77``` bash
8- composer config minimum-stability rc
8+ composer config minimum-stability
99composer require cloudcreativity/ddd-modules:^5.0
1010```
1111
@@ -229,4 +229,4 @@ linked chapter.
229229### Results & Errors
230230
231231The interfaces for results and errors have been moved to the ` Contracts\Toolkit\Result ` namespace. The concrete
232- implementations are still in the ` Toolkit\Result ` namespace. So this change only affects interfaces.
232+ implementations are still in the ` Toolkit\Result ` namespace. So this change only affects interfaces.
You can’t perform that action at this time.
0 commit comments