Skip to content

Commit 12e9d75

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | packagist | infection/infection | 0.27.11 | 0.28.1 | | packagist | phpunit/phpunit | 10.5.19 | 10.5.19 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.30.2 |
1 parent a1f02a5 commit 12e9d75

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/checkout@v4"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/[email protected].0"
27+
uses: "shivammathur/[email protected].2"
2828
with:
2929
coverage: "pcov"
3030
php-version: "${{ matrix.php-version }}"

.github/workflows/mutation-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: "Install PHP"
29-
uses: "shivammathur/[email protected].0"
29+
uses: "shivammathur/[email protected].2"
3030
with:
3131
coverage: "pcov"
3232
php-version: "${{ matrix.php-version }}"

.github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/[email protected].0"
32+
uses: "shivammathur/[email protected].2"
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
@@ -24,7 +24,7 @@ jobs:
2424
uses: "actions/checkout@v4"
2525

2626
- name: "Install PHP"
27-
uses: "shivammathur/[email protected].0"
27+
uses: "shivammathur/[email protected].2"
2828
with:
2929
coverage: "pcov"
3030
php-version: "${{ matrix.php-version }}"

.github/workflows/run-example.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: "Install PHP"
32-
uses: "shivammathur/[email protected].0"
32+
uses: "shivammathur/[email protected].2"
3333
with:
3434
coverage: "pcov"
3535
php-version: "${{ matrix.php-version }}"

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"require-dev": {
2121
"composer/composer": "^2.7.2",
2222
"doctrine/coding-standard": "^12.0.0",
23-
"infection/infection": "^0.27.11",
24-
"phpunit/phpunit": "^10.5.15",
23+
"infection/infection": "^0.28.1",
24+
"phpunit/phpunit": "^10.5.19",
2525
"symfony/process": "^7.0.4"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)