Skip to content

Commit ce02988

Browse files
committed
Upgrade to php-ext-brotli 0.18.0
1 parent df46a68 commit ce02988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Add Brotli extension (Windows)
5050
if: runner.os == 'Windows' && matrix.php-versions == '8.4'
5151
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 &&
52+
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 &&
5353
unzip brotli.zip &&
5454
cp *.dll C:/tools/php/ext/php_brotli.dll &&
5555
echo "extension=brotli" >> C:/tools/php/php.ini

0 commit comments

Comments
 (0)