From e658e52e80c92f4df3a393b08e75ed28d6f95a6d Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Fri, 9 Feb 2024 12:12:14 -0500 Subject: [PATCH] Update monorepo to Composer 2.7.1 Apparently 2.7.0 fixed a security bug, so people want this updated sooner rather than later. Fortunately there's no API version change this time around so no lock files need updating. --- .github/actions/tool-setup/action.yml | 2 +- .github/versions.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/tool-setup/action.yml b/.github/actions/tool-setup/action.yml index d1a6ba6715485..6c569322e20bd 100644 --- a/.github/actions/tool-setup/action.yml +++ b/.github/actions/tool-setup/action.yml @@ -20,7 +20,7 @@ runs: if [[ "${INPUT_PHP:-$PHP_VERSION}" == 7.[01] ]]; then printf "Downgrading composer for PHP %s\n\n" "${INPUT_PHP:-$PHP_VERSION}" - COMPOSER_VERSION=2.2.12 + COMPOSER_VERSION=2.2.23 fi printf "\n\e[1mSelected tool versions\e[0m\n" diff --git a/.github/versions.sh b/.github/versions.sh index e0865228c9167..6258120734591 100644 --- a/.github/versions.sh +++ b/.github/versions.sh @@ -1,6 +1,6 @@ # Versions of tools to use in CI. PHP_VERSION=8.2 -COMPOSER_VERSION=2.6.5 +COMPOSER_VERSION=2.7.1 NODE_VERSION=20.8.1 PNPM_VERSION=8.6.8