We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6962a5 commit 8df3de0Copy full SHA for 8df3de0
1 file changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: shivammathur/setup-php@v2
20
with:
21
php-version: ${{ matrix.php-versions }}
22
- extensions: xml, pcov, mbstring, pdo, pdo_mysql, intl, zip
+ extensions: mbstring, intl, zip
23
coverage: none
24
25
- name: Check PHP Version
0 commit comments