Skip to content

Commit 06a3b72

Browse files
committed
ci: set COMPOSER_ROOT_VERSION to 4.4.x-dev
The 4.4 maintenance branch inherited a stale 4.3.x-dev value from main. Each release branch pins its own dev version (cf. 4.3, 4.2).
1 parent 5b5d16d commit 06a3b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121

2222
env:
2323
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
COMPOSER_ROOT_VERSION: "4.3.x-dev"
24+
COMPOSER_ROOT_VERSION: "4.4.x-dev"
2525

2626
jobs:
2727
architecture:

0 commit comments

Comments
 (0)