Skip to content

Commit

Permalink
Add ext to php in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ddly committed Mar 5, 2024
1 parent 3bef4ba commit 93eee84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: none, bcmath, curl, dom, fileinfo, gd, iconv, intl, mbstring, pdo_mysql, simplexml, soap, sockets, tokenizer, xsl, zip
extensions: none, bcmath, curl, dom, fileinfo, gd, iconv, intl, mbstring, pdo_mysql, simplexml, soap, sockets, tokenizer, xsl, xmlwriter, zip
coverage: none

- run: composer validate --strict
Expand Down

0 comments on commit 93eee84

Please sign in to comment.