build(deps): Bump shivammathur/setup-php from 2.18.1 to 2.19.0

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.18.1 to 2.19.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/2.18.1...2.19.0)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-04 01:10:29 +00:00
committed by GitHub
parent 60a7a7cf94
commit 6cdc6f7bdb
8 changed files with 9 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ jobs:
path: apps/${{ env.APP_NAME }}
- name: Set up php ${{ matrix.php-versions }}
uses: shivammathur/setup-php@2.18.1
uses: shivammathur/setup-php@2.19.0
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit