Skip to content

Commit

Permalink
Merge pull request #46175 from nextcloud/bugfix/noid/fix-openapi
Browse files Browse the repository at this point in the history
[stable29] fix(CI): Fix OpenAPI github action
  • Loading branch information
nickvergessen authored Jun 27, 2024
2 parents b9811ef + 2b053d6 commit 24d8861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 24d8861

Please sign in to comment.