Skip to content

Commit

Permalink
chore(deps): bump shivammathur/setup-php digest to 15b6112
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 Aug 31, 2024
1 parent dae14d2 commit bb1e741
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@15b611248c3d140461e97b2eb10de461ca9ec5a3
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@15b611248c3d140461e97b2eb10de461ca9ec5a3
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@15b611248c3d140461e97b2eb10de461ca9ec5a3
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 bb1e741

Please sign in to comment.