Skip to content

Commit d0fd6a2

Browse files
committed
changed CI config.
1 parent 2d02184 commit d0fd6a2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,16 @@ jobs:
3737
uses: shivammathur/setup-php@v2
3838
with:
3939
php-version: ${{ matrix.php }}
40-
extensions: mbstring, pdo, sqlite, curl, dom, mysql
40+
extensions: >
41+
mbstring,
42+
pdo_mysql,
43+
zip,
44+
exif,
45+
intl,
46+
gd,
47+
bcmath,
48+
curl,
49+
dom
4150
coverage: none
4251

4352
- name: Debug info

0 commit comments

Comments
 (0)