From e5c82174bd5fd9997798f57612366834d3f63bb0 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 7 Sep 2024 14:27:59 +0200 Subject: [PATCH] Set COMPOSER_ROOT_VERSION to X.Y.x-dev instead of X.Y-dev --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b0ffc5f..7d0e58bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: name: "CI" env: - COMPOSER_ROOT_VERSION: "5.0-dev" + COMPOSER_ROOT_VERSION: "5.0.x-dev" permissions: contents: read