Skip to content

Commit 1fa7816

Browse files
committedJul 17, 2024··
Merge branch '9.2' into 10.1
2 parents 0bd6707 + cfa5f09 commit 1fa7816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
name: CI
88

99
env:
10-
COMPOSER_ROOT_VERSION: "10.1-dev"
10+
COMPOSER_ROOT_VERSION: "10.1.x-dev"
1111

1212
jobs:
1313
coding-guidelines:

‎composer.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.