Skip to content

Commit c6186ff

Browse files
Update shivammathur/setup-php action to v2.36.0
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.35.5 | 2.36.0 |
1 parent 00cfe4a commit c6186ff

File tree

6 files changed

+8
-8
lines changed

6 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/setup-php@2.35.5"
19+
uses: "shivammathur/setup-php@2.36.0"
2020
with:
2121
php-version: "8.3"
2222
ini-values: memory_limit=-1

.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/checkout@v5"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/setup-php@2.35.5"
27+
uses: "shivammathur/setup-php@2.36.0"
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/checkout@v5"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/setup-php@2.35.5"
27+
uses: "shivammathur/setup-php@2.36.0"
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/checkout@v5"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/setup-php@2.35.5"
27+
uses: "shivammathur/setup-php@2.36.0"
2828
with:
2929
coverage: "xdebug"
3030
php-version: "${{ matrix.php-version }}"

.github/workflows/phpunit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: "actions/checkout@v5"
2929

3030
- name: "Install PHP"
31-
uses: "shivammathur/setup-php@2.35.5"
31+
uses: "shivammathur/setup-php@2.36.0"
3232
with:
3333
coverage: "none"
3434
php-version: "${{ matrix.php-version }}"
@@ -82,7 +82,7 @@ jobs:
8282
uses: "actions/checkout@v5"
8383

8484
- name: "Install PHP"
85-
uses: "shivammathur/setup-php@2.35.5"
85+
uses: "shivammathur/setup-php@2.36.0"
8686
with:
8787
coverage: "none"
8888
php-version: "${{ matrix.php-version }}"
@@ -122,7 +122,7 @@ jobs:
122122
uses: "actions/checkout@v5"
123123

124124
- name: "Install PHP"
125-
uses: "shivammathur/setup-php@2.35.5"
125+
uses: "shivammathur/setup-php@2.36.0"
126126
with:
127127
coverage: "none"
128128
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/checkout@v5"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/setup-php@2.35.5"
27+
uses: "shivammathur/setup-php@2.36.0"
2828
with:
2929
coverage: "none"
3030
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)