Skip to content

Commit

Permalink
Switch to FFI PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Mar 2, 2024
1 parent edd5592 commit a18184e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
file: PHP-Linux-x86_64-PM5.tar.gz
repo: NetherGamesMC/php-build-scripts
version: "tags/php-8.3-latest"
version: "tags/php-8.3-ffi-latest"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Unpack PHP Release
run: tar -xzvf PHP-Linux-x86_64-PM5.tar.gz
Expand All @@ -27,6 +27,8 @@ jobs:
token: ${{ secrets.ng_token }}
path: PharBuilder
ref: pm5
- name: Install libFFI
run: sudo apt install libffi7
- 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 a18184e

Please sign in to comment.