Skip to content

Commit

Permalink
Fix: Adjust COMPOSER_ROOT_VERSION and branch alias
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and sebastianbergmann committed Jul 17, 2024
1 parent b57ae08 commit 48eb304
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

name: CI

env:
COMPOSER_ROOT_VERSION: "9.2.x-dev"

jobs:
coding-guidelines:
name: Coding Guidelines
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "9.2-dev"
"dev-main": "9.2.x-dev"
}
}
}

0 comments on commit 48eb304

Please sign in to comment.