Skip to content

Commit e372b47

Browse files
Update shivammathur/setup-php action to v2.33.0
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | shivammathur/setup-php | 2.32.0 | 2.33.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e48187d commit e372b47

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

+1-1
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.32.0"
30+
uses: "shivammathur/setup-php@2.33.0"
3131
with:
3232
coverage: "pcov"
3333
php-version: "${{ matrix.php-version }}"

.github/workflows/coding-standard.yml

+1-1
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.32.0"
32+
uses: "shivammathur/setup-php@2.33.0"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

.github/workflows/mutation-tests.yml

+1-1
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.32.0"
32+
uses: "shivammathur/setup-php@2.33.0"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

.github/workflows/phpstan.yml

+1-1
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.32.0"
32+
uses: "shivammathur/setup-php@2.33.0"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

.github/workflows/psalm.yml

+1-1
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.32.0"
32+
uses: "shivammathur/setup-php@2.33.0"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

.github/workflows/unit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v4
4040

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

0 commit comments

Comments
 (0)