Skip to content

Commit 5cff5f5

Browse files
committed
Use new binaries
1 parent f3c3828 commit 5cff5f5

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.2
1616
with:
17-
file: PHP-Linux-x86_64-PM5.tar.gz
17+
file: PHP-8.3-Linux-x86_64-PM5.tar.gz
1818
repo: NetherGamesMC/php-build-scripts
19-
version: "tags/php-8.3-ffi-latest"
19+
version: "tags/pm5-php-8.3-latest"
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
- name: Unpack PHP Release
22-
run: tar -xzvf PHP-Linux-x86_64-PM5.tar.gz
22+
run: tar -xzvf PHP-8.3-Linux-x86_64-PM5.tar.gz
2323
- name: Install libFFI
2424
run: sudo apt install libffi7
2525
- name: Download Composer

0 commit comments

Comments
 (0)