Skip to content

Commit 9b77f5e

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ezsql-macos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ 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, xdebug
30-
coverage: xdebug
29+
extensions: mbstring, fileinfo, mysqli, pdo_mysql, pgsql, pdo_pgsql, sqlite3, pdo_sqlite
3130
- name: Brew Install MySQL
3231
run: |
3332
brew install [email protected]

0 commit comments

Comments
 (0)