From 7af6f41cff2e7d74e3b77be8c0fa05f837dee0df Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 11 Nov 2024 14:20:19 +0100 Subject: [PATCH] Fix build --- .github/workflows/continuous-integration.yml | 3 +++ .github/workflows/phpstan.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0c18db24..ce7b3b23 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -7,6 +7,9 @@ on: permissions: contents: read +env: + COMPOSER_ROOT_VERSION: dev-main + jobs: tests: name: "CI (PHP ${{ matrix.php-version }}, ${{ matrix.dependencies }} deps)" diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 90568ba4..f5dcbc59 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -7,6 +7,9 @@ on: permissions: contents: read +env: + COMPOSER_ROOT_VERSION: dev-main + jobs: tests: name: "PHPStan"