Skip to content

Commit b689233

Browse files
authored
Merge pull request #14 from patchlevel/renovate/shivammathur-setup-php-2.x
Update shivammathur/setup-php action to v2.30.2
2 parents 4051450 + 50b0572 commit b689233

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/backward-compatibility-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: "Install PHP"
30-
uses: "shivammathur/setup-php@2.23.0"
30+
uses: "shivammathur/setup-php@2.30.2"
3131
with:
3232
coverage: "pcov"
3333
php-version: "${{ matrix.php-version }}"

.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.30.2"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

.github/workflows/integration.yml

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

3232
- name: "Install PHP"
33-
uses: "shivammathur/setup-php@2.23.0"
33+
uses: "shivammathur/setup-php@2.30.2"
3434
with:
3535
coverage: "pcov"
3636
php-version: "${{ matrix.php-version }}"

.github/workflows/mutation-tests.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.30.2"
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.30.2"
3333
with:
3434
coverage: "pcov"
3535
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.30.2"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v3
4040

4141
- name: "Install PHP"
42-
uses: "shivammathur/setup-php@2.23.0"
42+
uses: "shivammathur/setup-php@2.30.2"
4343
with:
4444
coverage: "pcov"
4545
php-version: "${{ matrix.php-version }}"

0 commit comments

Comments
 (0)