Skip to content

Commit 4de9bb5

Browse files
committed
ci: add missing ext
1 parent ffa4ae1 commit 4de9bb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/security-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: shivammathur/[email protected]
3535
with:
3636
php-version: ${{ matrix.php-version }}
37-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, ext-pdo_mysql
37+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql
3838
ini-values: error_reporting=E_ALL
3939
coverage: none
4040

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: shivammathur/[email protected]
4545
with:
4646
php-version: ${{ matrix.php-version }}
47-
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, ext-pdo_mysql
47+
extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql
4848
ini-values: error_reporting=E_ALL
4949
coverage: none
5050

0 commit comments

Comments
 (0)