From 75788f0308f83d8983e32806bb0d6ea5ddd5307b Mon Sep 17 00:00:00 2001 From: Dries C Date: Fri, 31 Jan 2025 15:11:26 +0100 Subject: [PATCH] Use new binaries --- .github/workflows/phpstan.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 2f3d40b..0bda4af 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -14,12 +14,12 @@ jobs: - name: Download PHP Release uses: dsaltares/fetch-gh-release-asset@1.1.1 with: - file: PHP-Linux-x86_64-PM5.tar.gz + file: PHP-8.3-Linux-x86_64-PM5.tar.gz repo: NetherGamesMC/php-build-scripts - version: "tags/php-8.3-latest" + version: "tags/pm5-php-8.3-latest" token: ${{ secrets.GITHUB_TOKEN }} - name: Unpack PHP Release - run: tar -xzvf PHP-Linux-x86_64-PM5.tar.gz + run: tar -xzvf PHP-8.3-Linux-x86_64-PM5.tar.gz - name: Download Composer run: curl -o composer.phar "https://getcomposer.org/composer-stable.phar" - name: Add Composer GitHub access token