Skip to content

Commit

Permalink
Fix branch-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Aug 24, 2024
1 parent 875c48c commit ab44f7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Setup Dependencies
env:
COMPOSER_ROOT_VERSION: 2.x-dev
COMPOSER_ROOT_VERSION: 1.x-dev
run:
composer install -o

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup Dependencies
env:
COMPOSER_ROOT_VERSION: 2.x-dev
COMPOSER_ROOT_VERSION: 1.x-dev
run:
composer install -o

Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Setup Dependencies
env:
COMPOSER_ROOT_VERSION: 2.x-dev
COMPOSER_ROOT_VERSION: 1.x-dev
run:
composer install -o

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
"dev-master": "1.x-dev"
}
}
}

0 comments on commit ab44f7e

Please sign in to comment.