Skip to content

Commit

Permalink
chore(deps): bump shivammathur/setup-php digest to 9f51892
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 0b17aa8 commit 8f52c6b
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 8f52c6b

Please sign in to comment.