Skip to content

Commit 05f27a0

Browse files
committed
Comma-separate extension names
1 parent 3c3eb49 commit 05f27a0

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
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
php-version: ${{ matrix.php-versions }}
3333
ini-values: date.timezone=Europe/Berlin
34-
extensions: zlib bz2
34+
extensions: zlib, bz2
3535

3636
- name: Add Brotli extension (Ubuntu)
3737
if: runner.os != 'Windows' && matrix.php-versions == '8.4'

0 commit comments

Comments
 (0)