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 df46a68 commit ce02988Copy full SHA for ce02988
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Add Brotli extension (Windows)
50
if: runner.os == 'Windows' && matrix.php-versions == '8.4'
51
run: >
52
- curl -sSL -o brotli.zip https://github.com/kjdev/php-ext-brotli/releases/download/0.15.2%2Bpie/php_brotli-0.15.2+pie-8.4-nts-vs17-x86_64.zip &&
+ curl -sSL -o brotli.zip https://github.com/kjdev/php-ext-brotli/releases/download/0.18.0/php_brotli-0.18.0-8.4-nts-vs17-x86_64.zip &&
53
unzip brotli.zip &&
54
cp *.dll C:/tools/php/ext/php_brotli.dll &&
55
echo "extension=brotli" >> C:/tools/php/php.ini
0 commit comments