Skip to content

Commit

Permalink
Bump shivammathur/setup-php from 2.16.0 to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 1, 2022
2 parents 31818cb + 25e231f commit 40e92ba
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: "actions/checkout@v2.4.0"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.16.0"
uses: "shivammathur/setup-php@2.17.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v2.4.0"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.16.0"
uses: "shivammathur/setup-php@2.17.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer-json-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v2.4.0"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.16.0"
uses: "shivammathur/setup-php@2.17.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v2.4.0"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.16.0"
uses: "shivammathur/setup-php@2.17.0"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: "actions/checkout@v2.4.0"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.16.0"
uses: "shivammathur/setup-php@2.17.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: "actions/checkout@v2.4.0"

- name: "Install PHP"
uses: "shivammathur/setup-php@2.16.0"
uses: "shivammathur/setup-php@2.17.0"
with:
coverage: "none"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v2.4.0"

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

0 comments on commit 40e92ba

Please sign in to comment.