We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57ae08 commit 48eb304Copy full SHA for 48eb304
.github/workflows/ci.yml
@@ -6,6 +6,9 @@ on:
6
7
name: CI
8
9
+env:
10
+ COMPOSER_ROOT_VERSION: "9.2.x-dev"
11
+
12
jobs:
13
coding-guidelines:
14
name: Coding Guidelines
composer.json
@@ -63,7 +63,7 @@
63
},
64
"extra": {
65
"branch-alias": {
66
- "dev-main": "9.2-dev"
+ "dev-main": "9.2.x-dev"
67
}
68
69
0 commit comments