File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments