Skip to content

Commit

Permalink
build: rename branch to next
Browse files Browse the repository at this point in the history
  • Loading branch information
lindyhopchris committed Feb 9, 2024
1 parent 4c9f506 commit 90e7365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [ main, develop, 4.x ]
branches: [ main, develop, next ]
pull_request:
branches: [ main, develop, 4.x ]
branches: [ main, develop, next ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ext-json": "*",
"illuminate/database": "^10.0",
"illuminate/support": "^10.0",
"laravel-json-api/core": "^4.0"
"laravel-json-api/core": "^5.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
Expand All @@ -48,7 +48,7 @@
"extra": {
"branch-alias": {
"dev-develop": "3.x-dev",
"dev-4.x": "4.x-dev"
"dev-next": "5.x-dev"
}
},
"minimum-stability": "dev",
Expand Down

0 comments on commit 90e7365

Please sign in to comment.