fix(CI): Add all required extensions to openapi action

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-06-11 12:11:11 +02:00
parent 0d383f1f66
commit daa78858c4
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -32,7 +32,7 @@ jobs:
uses: shivammathur/setup-php@c665c7a15b5295c2488ac8a87af9cb806cd72198 # v2
with:
php-version: '8.2'
extensions: xml
extensions: ctype, curl, dom, fileinfo, gd, json, libxml, mbstring, openssl, pcntl, pdo, posix, session, simplexml, xml, xmlreader, xmlwriter, zip, zlib
coverage: none
ini-file: development
env: