Skip to content

Commit 221484d

Browse files
Update shivammathur/setup-php action to v2.35.4
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.35.3 | 2.35.4 |
1 parent d51e31a commit 221484d

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/backwards-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: "Install PHP"
19-
uses: "shivammathur/[email protected].3"
19+
uses: "shivammathur/[email protected].4"
2020
with:
2121
php-version: "8.3"
2222
ini-values: memory_limit=-1

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/[email protected]"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/[email protected].3"
27+
uses: "shivammathur/[email protected].4"
2828
with:
2929
coverage: "none"
3030
php-version: "${{ matrix.php-version }}"

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/[email protected]"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/[email protected].3"
27+
uses: "shivammathur/[email protected].4"
2828
with:
2929
coverage: "none"
3030
php-version: "${{ matrix.php-version }}"

.github/workflows/composer-json-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/[email protected]"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/[email protected].3"
27+
uses: "shivammathur/[email protected].4"
2828
with:
2929
coverage: "none"
3030
php-version: "${{ matrix.php-version }}"

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/[email protected]"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/[email protected].3"
27+
uses: "shivammathur/[email protected].4"
2828
with:
2929
coverage: "xdebug"
3030
php-version: "${{ matrix.php-version }}"

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: "actions/[email protected]"
2828

2929
- name: "Install PHP"
30-
uses: "shivammathur/[email protected].3"
30+
uses: "shivammathur/[email protected].4"
3131
with:
3232
coverage: "none"
3333
php-version: "${{ matrix.php-version }}"
@@ -61,7 +61,7 @@ jobs:
6161
uses: "actions/[email protected]"
6262

6363
- name: "Install PHP"
64-
uses: "shivammathur/[email protected].3"
64+
uses: "shivammathur/[email protected].4"
6565
with:
6666
coverage: "none"
6767
php-version: "${{ matrix.php-version }}"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/[email protected]"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/[email protected].3"
27+
uses: "shivammathur/[email protected].4"
2828
with:
2929
coverage: "none"
3030
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)