Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 08ec02a

Browse files
committedJul 16, 2024··
Fix: Adjust COMPOSER_ROOT_VERSION and branch alias
1 parent 61ef147 commit 08ec02a

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)
Please sign in to comment.