Skip to content

Commit

Permalink
Merge pull request #6307 from nextcloud/renovate/main-shivammathur-se…
Browse files Browse the repository at this point in the history
…tup-php-digest

chore(deps): bump shivammathur/setup-php digest to 9f51892 (main)
  • Loading branch information
AndyScherzinger authored Sep 26, 2024
2 parents 2ead6a2 + 8f52c6b commit 506711d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 15
- name: Set up php$
uses: shivammathur/setup-php@868f02c3ff1a410930ea971284c9ea175e986284
uses: shivammathur/setup-php@9f51892bda551c29f469a2b3d8514b6d2ed84dc9
with:
php-version: 8.0
tools: composer
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
XDEBUG_MODE: coverage
steps:
- name: Set up php${{ matrix.php-versions }}
uses: shivammathur/setup-php@868f02c3ff1a410930ea971284c9ea175e986284
uses: shivammathur/setup-php@9f51892bda551c29f469a2b3d8514b6d2ed84dc9
with:
php-version: ${{ matrix.php-versions }}
extensions: ctype, curl, dom, gd, gmp, iconv, intl, json, mbstring, openssl, pdo_sqlite, posix, sqlite, xml, zip
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
XDEBUG_MODE: coverage
steps:
- name: Set up php${{ matrix.php-versions }}
uses: shivammathur/setup-php@868f02c3ff1a410930ea971284c9ea175e986284
uses: shivammathur/setup-php@9f51892bda551c29f469a2b3d8514b6d2ed84dc9
with:
php-version: ${{ matrix.php-versions }}
extensions: ctype, curl, dom, gd, gmp, iconv, intl, json, mbstring, openssl, pdo_sqlite, posix, sqlite, xml, zip
Expand Down

0 comments on commit 506711d

Please sign in to comment.