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