]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(CI): Add all required extensions to openapi action 45779/head
authorJoas Schilling <coding@schilljs.com>
Tue, 11 Jun 2024 10:11:11 +0000 (12:11 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 11 Jun 2024 10:11:11 +0000 (12:11 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
.github/workflows/openapi.yml

index 12b256ee115ae07c8bb037e99284b1beb1a3a9ea..363091c8422c0b735565976089006b6837d6cbf9 100644 (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: