Skip to content

Commit

Permalink
Merge branch '9.2' into 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 17, 2024
2 parents 0bd6707 + cfa5f09 commit 1fa7816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
name: CI

env:
COMPOSER_ROOT_VERSION: "10.1-dev"
COMPOSER_ROOT_VERSION: "10.1.x-dev"

jobs:
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": "10.1-dev"
"dev-main": "10.1.x-dev"
}
}
}

0 comments on commit 1fa7816

Please sign in to comment.