Skip to content

Commit d89d2ca

Browse files
authored
Merge pull request #122 from patchlevel/renovate/all-minor-patch
Update shivammathur/setup-php action to v2.24.0
2 parents caa657d + 2901e21 commit d89d2ca

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v3
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.23.0"
32+
uses: "shivammathur/setup-php@2.24.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@v3
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/setup-php@2.23.0"
32+
uses: "shivammathur/setup-php@2.24.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@v3
3939

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

.github/workflows/psalm.yml

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

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

0 commit comments

Comments
 (0)