Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump shivammathur/setup-php
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from ac7d3d7f84d81a029c20ab72d60264bdb7535831 to 2.16.0. This release includes the previously tagged commit.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@ac7d3d7...7c0b4c8)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2021
commit 2165e84d72a451208320cd6b1b2ffd683291ff34
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0

- name: Set up PHP
uses: shivammathur/setup-php@ac7d3d7f84d81a029c20ab72d60264bdb7535831 # v2.15.0
uses: shivammathur/setup-php@7c0b4c8c8ebed23eca9ec2802474895d105b11bc # v2.15.0
with:
php-version: '7.4'
coverage: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0

- name: Set up PHP
uses: shivammathur/setup-php@ac7d3d7f84d81a029c20ab72d60264bdb7535831 # v2.15.0
uses: shivammathur/setup-php@7c0b4c8c8ebed23eca9ec2802474895d105b11bc # v2.15.0
with:
php-version: '7.4'
coverage: none
Expand Down