Skip to content

Commit 48eb304

Browse files
localheinzsebastianbergmann
authored andcommitted
Fix: Adjust COMPOSER_ROOT_VERSION and branch alias
1 parent b57ae08 commit 48eb304

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66

77
name: CI
88

9+
env:
10+
COMPOSER_ROOT_VERSION: "9.2.x-dev"
11+
912
jobs:
1013
coding-guidelines:
1114
name: Coding Guidelines

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"extra": {
6565
"branch-alias": {
66-
"dev-main": "9.2-dev"
66+
"dev-main": "9.2.x-dev"
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)