fix(CI): Install all required dependencies like on master

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-06-27 10:07:45 +02:00
parent 5d5091bb2d
commit 2dbec08b70
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC

View File

@ -21,8 +21,9 @@ jobs:
uses: shivammathur/setup-php@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:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}