Skip to content

Commit 89607d2

Browse files
authored
Merge pull request #8 from patchlevel/renovate/shivammathur-setup-php-2.x
Update shivammathur/setup-php action to v2.34.0
2 parents 391c8e2 + 907ef52 commit 89607d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.33.0"
32+
uses: "shivammathur/setup-php@2.34.0"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.33.0"
32+
uses: "shivammathur/setup-php@2.34.0"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: "Install PHP"
41-
uses: "shivammathur/setup-php@2.33.0"
41+
uses: "shivammathur/setup-php@2.34.0"
4242
with:
4343
coverage: "pcov"
4444
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)