From 48eb304ac0f79a29ed265978ca0e71b1579cd93b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 16 Jul 2024 23:54:03 +0200 Subject: [PATCH] Fix: Adjust COMPOSER_ROOT_VERSION and branch alias --- .github/workflows/ci.yml | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 256ba907..58ccfec4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: name: CI +env: + COMPOSER_ROOT_VERSION: "9.2.x-dev" + jobs: coding-guidelines: name: Coding Guidelines diff --git a/composer.json b/composer.json index 37a6f160..4e3c0f6f 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,7 @@ }, "extra": { "branch-alias": { - "dev-main": "9.2-dev" + "dev-main": "9.2.x-dev" } } }