Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
github-actions(deps): bump shivammathur/setup-php from 2.9.0 to 2.10.0 (
Browse files Browse the repository at this point in the history
#44)

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.9.0...4336ad3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2021
1 parent 385d2be commit 93a9532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.9.0"
uses: "shivammathur/setup-php@2.10.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: "actions/checkout@v2.3.4"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.9.0"
uses: "shivammathur/setup-php@2.10.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit 93a9532

Please sign in to comment.