Skip to content

Commit f9125b5

Browse files
committed
Update PHP version
1 parent 5b8729e commit f9125b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
- name: Download PHP Release
1515
uses: dsaltares/fetch-gh-release-asset@1.1.1
1616
with:
17-
file: Linux.zip
17+
file: PHP-Linux-x86_64-PM5.tar.gz
1818
repo: NetherGamesMC/php-build-scripts
19-
version: "tags/8.2-pm5"
19+
version: "tags/php-8.3-latest"
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
- name: Unpack PHP Release
22-
run: unzip Linux.zip && tar -xzvf PHP_Linux-x86_64.tar.gz
22+
run: tar -xzvf PHP-Linux-x86_64-PM5.tar.gz
2323
- name: Checkout PharBuilder
2424
uses: actions/checkout@v3
2525
with:

0 commit comments

Comments
 (0)