Skip to content

Commit 99960bb

Browse files
Set COMPOSER_ROOT_VERSION to X.Y.x-dev instead of X.Y-dev
1 parent b339f86 commit 99960bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
name: "CI"
88

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

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)