Skip to content

Commit

Permalink
Update PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Mar 5, 2024
1 parent 5b8729e commit f9125b5
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: Linux.zip
file: PHP-Linux-x86_64-PM5.tar.gz
repo: NetherGamesMC/php-build-scripts
version: "tags/8.2-pm5"
version: "tags/php-8.3-latest"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Unpack PHP Release
run: unzip Linux.zip && tar -xzvf PHP_Linux-x86_64.tar.gz
run: tar -xzvf PHP-Linux-x86_64-PM5.tar.gz
- name: Checkout PharBuilder
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit f9125b5

Please sign in to comment.