Skip to content

Commit

Permalink
Merge branch '1.x' into next
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Mar 26, 2024
2 parents 3099829 + a4d7fbb commit f1c3c6b
Show file tree
Hide file tree
Showing 5 changed files with 380 additions and 386 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Node 16
uses: actions/setup-node@v3
- name: Setup Node 18
uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '18.x'

- name: Setup CI Authentication
run: |
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"require": {
"php": "^7.3 || ^8.0",
"laravel/nova": "^4.32"
"laravel/nova": "^4.33.1"
},
"require-dev": {
"orchestra/testbench": "^6.35 || ^7.29 || ^8.9",
"orchestra/testbench": "^6.35 || ^7.29 || ^8.9 || ^9.0",
"nova-kit/nova-devtool": "^1.3"
},
"repositories": [
Expand Down
Loading

0 comments on commit f1c3c6b

Please sign in to comment.