Skip to content

Commit

Permalink
Changed the branch-alias of all components to 3.1-dev. (#6320)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Nov 24, 2023
1 parent 5dca645 commit e599471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Close Pull Request

on:
pull_request_target:
types: [opened]
types: [ opened ]

jobs:
run:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-master": "3.1-dev"
},
"hyperf": {
"config": "Hyperf\\Task\\ConfigProvider"
Expand Down

0 comments on commit e599471

Please sign in to comment.