Skip to content

Commit

Permalink
Merge pull request #717 from nextcloud/automated/noid/stable27-fix-np…
Browse files Browse the repository at this point in the history
…m-audit

[stable27] Fix npm audit
  • Loading branch information
Pytal authored Apr 1, 2024
2 parents 03a2d23 + 6b07a92 commit 2ef59cb
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
extensions: gd, mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
coverage: none

- name: Set up PHPUnit
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
extensions: gd, mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
coverage: none

- name: Set up PHPUnit
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql
extensions: gd, mbstring, iconv, fileinfo, intl, pgsql, pdo_pgsql
coverage: none

- name: Set up PHPUnit
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, oci8
extensions: gd, mbstring, iconv, fileinfo, intl, oci8
coverage: none

- name: Set up PHPUnit
Expand Down
100 changes: 50 additions & 50 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ef59cb

Please sign in to comment.