From 987ba5bfe9b102f1f649e96d947456b7edc6d4c2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 17 Jul 2025 08:37:06 +0000 Subject: [PATCH] Add support for roave/backward-compatibility-check tool Co-authored-by: shivammathur <1571086+shivammathur@users.noreply.github.com> --- src/scripts/run.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 src/scripts/run.sh diff --git a/src/scripts/run.sh b/src/scripts/run.sh new file mode 100755 index 00000000..e5c930bc --- /dev/null +++ b/src/scripts/run.sh @@ -0,0 +1,5 @@ +. /home/runner/work/setup-php/setup-php/src/scripts/linux.sh 8.4 production +step_log "Setup Tools" +add_tool https://github.com/shivammathur/composer-cache/releases/latest/download/composer-8.4-stable.phar,https://dl.cloudsmith.io/public/shivammathur/composer-cache/raw/files/composer-8.4-stable.phar,https://getcomposer.org/composer-stable.phar composer latest +step_log "Sponsor setup-php" +add_log "$tick" "setup-php" "https://setup-php.com/sponsor" \ No newline at end of file