Skip to content

Commit 97e8011

Browse files
committed
Update ezsql-macos.yml
1 parent 9b77f5e commit 97e8011

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
2727
with:
2828
php-version: ${{ matrix.php-versions }}
29-
extensions: mbstring, fileinfo, mysqli, pdo_mysql, pgsql, pdo_pgsql, sqlite3, pdo_sqlite
29+
extensions: mbstring, fileinfo, mysqli, pdo_mysql, pgsql, pdo_pgsql, xdebug
30+
coverage: xdebug
3031
- name: Brew Install MySQL
3132
run: |
3233
brew install [email protected]

0 commit comments

Comments
 (0)