From e16d525215b66c30eeb94b117462e4c87ebe80f7 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 7 Sep 2024 15:08:42 +0200 Subject: [PATCH] Set COMPOSER_ROOT_VERSION to X.Y.x-dev instead of X.Y-dev --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a6cbe2a428..bc662426af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ on: name: CI env: - COMPOSER_ROOT_VERSION: "8.5-dev" + COMPOSER_ROOT_VERSION: "8.5.x-dev" permissions: contents: read