diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-06-27 16:58:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-27 16:58:43 +0200 |
commit | 24d88615d0fa926239cd7dbc9a0f5f66c419bf1c (patch) | |
tree | ff616d2db0e914bd93b02f219f91c36ee72ba564 | |
parent | b9811ef5cb6717df0a184fc854843167f0a280ce (diff) | |
parent | 2b053d60ccfc85f6bf01b95a0beb941f8fb14bd1 (diff) | |
download | nextcloud-server-24d88615d0fa926239cd7dbc9a0f5f66c419bf1c.tar.gz nextcloud-server-24d88615d0fa926239cd7dbc9a0f5f66c419bf1c.zip |
Merge pull request #46175 from nextcloud/bugfix/noid/fix-openapi
[stable29] fix(CI): Fix OpenAPI github action
-rw-r--r-- | .github/workflows/openapi.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index 5ed769d7de9..ca1321f8203 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -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 }} |