Skip to content

Commit

Permalink
Revert "lzf"
Browse files Browse the repository at this point in the history
This reverts commit 5a5fbb9.
  • Loading branch information
mvorisek committed Dec 4, 2024
1 parent cb67bfd commit 7ead115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

- name: Configure PHP
run: |
install-php-extensions lzf memcached sysvsem
install-php-extensions memcached sysvsem
if [ -n "$LOG_COVERAGE" ]; then echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini; else rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini; fi
php --version
Expand Down

0 comments on commit 7ead115

Please sign in to comment.