Skip to content

Commit

Permalink
github-actions(deps): bump shivammathur/setup-php from 2.21.1 to 2.21…
Browse files Browse the repository at this point in the history
….2 (#168)

Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.21.1 to 2.21.2.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@2.21.1...2.21.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2022
1 parent 08295c8 commit 84b2669
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].1"
uses: "shivammathur/[email protected].2"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.PHP_EXTENSIONS }}"
Expand Down

0 comments on commit 84b2669

Please sign in to comment.