Skip to content

Commit

Permalink
Use new binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Jan 31, 2025
1 parent b235912 commit 75788f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- name: Download PHP Release
uses: dsaltares/[email protected]
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
Expand Down

0 comments on commit 75788f0

Please sign in to comment.