Skip to content

Commit

Permalink
Merge pull request #5557 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 26e6a92 (main)
  • Loading branch information
st3iny authored Nov 1, 2023
2 parents dca9e4c + e9258a5 commit b1ccbcf
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 @@ -13,7 +13,7 @@ jobs:
with:
node-version: 15
- name: Set up php$
uses: shivammathur/setup-php@92e992b198447bb1f86dda964de6ff1f06a54b77
uses: shivammathur/setup-php@26e6a92f3ba31edeb930addd24d770787508f940
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 @@ -21,7 +21,7 @@ jobs:
XDEBUG_MODE: coverage
steps:
- name: Set up php${{ matrix.php-versions }}
uses: shivammathur/setup-php@92e992b198447bb1f86dda964de6ff1f06a54b77
uses: shivammathur/setup-php@26e6a92f3ba31edeb930addd24d770787508f940
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 @@ -72,7 +72,7 @@ jobs:
XDEBUG_MODE: coverage
steps:
- name: Set up php${{ matrix.php-versions }}
uses: shivammathur/setup-php@92e992b198447bb1f86dda964de6ff1f06a54b77
uses: shivammathur/setup-php@26e6a92f3ba31edeb930addd24d770787508f940
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 b1ccbcf

Please sign in to comment.