We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58b021 commit b2d6c42Copy full SHA for b2d6c42
.github/workflows/reusable_phplinter.yml
@@ -71,4 +71,5 @@ jobs:
71
72
- name: Lint PHP files
73
run: |
74
+ mv /etc/php/{{ inputs.php-version }}/conf.d/ext-redis.conf /etc/php/{{ inputs.php-version }}/conf.d/ext-redis.conf.bak
75
php -n ./bin/phplint --no-cache --no-progress -v
0 commit comments