Skip to content

Commit

Permalink
Update shivammathur/setup-php action to v2.25.3
Browse files Browse the repository at this point in the history
| datasource  | package                | from   | to     |
| ----------- | ---------------------- | ------ | ------ |
| github-tags | shivammathur/setup-php | 2.25.2 | 2.25.3 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 12, 2023
1 parent 6e5ddfd commit 0082648
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backward-compatibility-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "pcov"
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 @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v3

- name: "Install PHP"
uses: "shivammathur/[email protected].2"
uses: "shivammathur/[email protected].3"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down

0 comments on commit 0082648

Please sign in to comment.