Skip to content

Commit 7a3f388

Browse files
committed
Another attempt in disabling the redis-extension
1 parent 0f04e1f commit 7a3f388

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/reusable_phplinter.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
tools: phive
4444
php-version: ${{ inputs.php-version }}
4545
coverage: "none"
46-
extensions: none
46+
extension: :redis
4747

4848
- name: Install overtrue/phplint (v3.4)
4949
if: inputs.php-version == '7.4'
@@ -69,10 +69,10 @@ jobs:
6969
sleep $((random % 10))
7070
phive install overtrue/phplint@~9.6.0 --force-accept-unsigned --target ./bin
7171
72-
- name: Disable redis-extension
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 -r "var_dump(get_loaded_extensions());"
72+
# - name: Disable redis-extension
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 -r "var_dump(get_loaded_extensions());"
7676

7777
- name: Lint PHP files
7878
run: |

0 commit comments

Comments
 (0)