From e86f6180606ab018d37968b12dedfd3a0559a55d Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Wed, 29 Sep 2021 18:57:46 +0100 Subject: [PATCH] Fix CI for branches that target master --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a598a8330..01ccd1ce6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,9 @@ on: name: CI +env: + COMPOSER_ROOT_VERSION: "10.x-dev" + jobs: coding-guidelines: name: Coding Guidelines