Skip to content

Commit 07382b6

Browse files
committed
ci: fixes in cs-config workflow
1 parent b665067 commit 07382b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
uses: shivammathur/setup-php@2.30.4
150150
with:
151151
php-version: ${{ matrix.php-version }}
152-
extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets
152+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql
153153
ini-values: error_reporting=E_ALL
154154
coverage: none
155155

0 commit comments

Comments
 (0)