Bump shivammathur/setup-php from 2.19.1 to 2.20.1

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

---
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-07-09 01:04:58 +00:00
committed by GitHub
parent 2bb0e268c8
commit 89c22acb95
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.19.1
uses: shivammathur/setup-php@2.20.1
with:
php-version: ${{ matrix.php-versions }}
tools: phpunit