From 6f609c6bc3c164ca64a7a93efe3a8804c4e4a2df Mon Sep 17 00:00:00 2001 From: Adrian Landman Date: Wed, 17 Sep 2025 18:54:58 -0600 Subject: [PATCH] fix: updating composer to fix library-php builds --- .github/workflows/php_lib_pull_requests.yml | 2 +- .github/workflows/php_lib_push_main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php_lib_pull_requests.yml b/.github/workflows/php_lib_pull_requests.yml index 01c7091..4f389ce 100644 --- a/.github/workflows/php_lib_pull_requests.yml +++ b/.github/workflows/php_lib_pull_requests.yml @@ -27,7 +27,7 @@ on: SETUP_PHP_TOOLS: description: 'The tools to enable while setting up PHP (csv)' required: false - default: "composer:v1" + default: "composer:v2" type: string SETUP_PHP_COVERAGE: description: 'The coverage tool to enable while setting up PHP (csv)' diff --git a/.github/workflows/php_lib_push_main.yml b/.github/workflows/php_lib_push_main.yml index 6c10aee..1e62c8c 100644 --- a/.github/workflows/php_lib_push_main.yml +++ b/.github/workflows/php_lib_push_main.yml @@ -27,7 +27,7 @@ on: SETUP_PHP_TOOLS: description: 'The tools to enable while setting up PHP (csv)' required: false - default: "composer:v1" + default: "composer:v2" type: string SETUP_PHP_COVERAGE: description: 'The coverage tool to enable while setting up PHP (csv)'