From 3176e7549e887748ceb445be4819065c2de1fee9 Mon Sep 17 00:00:00 2001 From: "Dylan T." Date: Thu, 26 Jun 2025 00:11:26 +0100 Subject: [PATCH] woops --- .github/workflows/copilot-setup-steps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index a9dc4606c..b777f4ea0 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -23,9 +23,9 @@ jobs: - name: Setup PHP uses: pmmp/setup-php-action@3.2.0 with: - php-version: ${{ inputs.php }} + php-version: 8.3 install-path: "./bin" - pm-version-major: ${{ inputs.pm-version-major }} + pm-version-major: 5 - name: Restore Composer package cache uses: actions/cache@v4