Skip to content

Commit

Permalink
ci: PHP-FPM
Browse files Browse the repository at this point in the history
  • Loading branch information
ondj committed Nov 25, 2024
1 parent 9c22b42 commit 67b1e74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,13 @@ jobs:
# for correct php-config extension dir, see https://github.com/shivammathur/setup-php/issues/147
tools: pecl, phpize, php-config

- name: Setup php-fpm
env:
version: ${{ matrix.php }}
run: |
sudo apt-get install php$version-fpm nginx
sudo cp /usr/sbin/php-fpm$version /usr/bin/php-fpm # copy to /usr/bin
- name: "Build extension"
run: |
php-config --extension-dir
Expand Down

0 comments on commit 67b1e74

Please # to comment.