We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c3828 commit 5cff5f5Copy full SHA for 5cff5f5
1 file changed
.github/workflows/phpstan.yml
@@ -14,12 +14,12 @@ jobs:
14
- name: Download PHP Release
15
uses: dsaltares/fetch-gh-release-asset@1.1.2
16
with:
17
- file: PHP-Linux-x86_64-PM5.tar.gz
+ file: PHP-8.3-Linux-x86_64-PM5.tar.gz
18
repo: NetherGamesMC/php-build-scripts
19
- version: "tags/php-8.3-ffi-latest"
+ version: "tags/pm5-php-8.3-latest"
20
token: ${{ secrets.GITHUB_TOKEN }}
21
- name: Unpack PHP Release
22
- run: tar -xzvf PHP-Linux-x86_64-PM5.tar.gz
+ run: tar -xzvf PHP-8.3-Linux-x86_64-PM5.tar.gz
23
- name: Install libFFI
24
run: sudo apt install libffi7
25
- name: Download Composer
0 commit comments