Skip to content

Commit

Permalink
Remove fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeLieutenant committed Jan 1, 2024
1 parent 0b3b208 commit 0d85fae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ jobs:
php-version: ${{ matrix.php-version }}
tools: php-config,composer

- name: Setup php-fpm
run: |
apt-get install -y php${{ matrix.php-version }}-fpm
rm -f /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm${{ matrix.php-version }} /usr/sbin/php-fpm
# - name: Setup php-fpm
# run: |
# apt-get install -y php${{ matrix.php-version }}-fpm
# rm -f /usr/sbin/php-fpm
# ln -s /usr/sbin/php-fpm${{ matrix.php-version }} /usr/sbin/php-fpm
# [[ `php-fpm --version` == PHP\ ${{ matrix.php-version }}.* ]] || exit 1;

- name: PHP version
run: |
Expand All @@ -79,7 +80,6 @@ jobs:
php-config || true
[[ `php --version` == PHP\ ${{ matrix.php-version }}.* ]] || exit 1;
[[ `php-fpm --version` == PHP\ ${{ matrix.php-version }}.* ]] || exit 1;
[[ `php-config --version` == ${{ matrix.php-version }}.* ]] || exit 1;
- name: Cargo format
Expand Down

0 comments on commit 0d85fae

Please sign in to comment.