Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 8ae0d02

Browse files
authored
Merge pull request #36 from patchlevel/renovate/all-minor-patch
Update all non-major dependencies
2 parents 673d331 + 5b84c5a commit 8ae0d02

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
php-version: "${{ matrix.php-version }}"
3636
ini-values: memory_limit=-1
3737

38-
- uses: ramsey/composer-install@2.1.0
38+
- uses: ramsey/composer-install@2.2.0
3939
with:
4040
dependency-versions: ${{ matrix.dependencies }}
4141

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
php-version: "${{ matrix.php-version }}"
3636
ini-values: memory_limit=-1
3737

38-
- uses: ramsey/composer-install@2.1.0
38+
- uses: ramsey/composer-install@2.2.0
3939
with:
4040
dependency-versions: ${{ matrix.dependencies }}
4141

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
php-version: "${{ matrix.php-version }}"
3636
ini-values: memory_limit=-1
3737

38-
- uses: ramsey/composer-install@2.1.0
38+
- uses: ramsey/composer-install@2.2.0
3939
with:
4040
dependency-versions: ${{ matrix.dependencies }}
4141

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
php-version: "${{ matrix.php-version }}"
4545
ini-values: memory_limit=-1
4646

47-
- uses: ramsey/composer-install@2.1.0
47+
- uses: ramsey/composer-install@2.2.0
4848
with:
4949
dependency-versions: ${{ matrix.dependencies }}
5050

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
php-version: "${{ matrix.php-version }}"
3636
ini-values: memory_limit=-1
3737

38-
- uses: ramsey/composer-install@2.1.0
38+
- uses: ramsey/composer-install@2.2.0
3939
with:
4040
dependency-versions: ${{ matrix.dependencies }}
4141

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ext-json": "^7.4|^8.0"
2323
},
2424
"require-dev": {
25-
"infection/infection": "^0.20.2",
25+
"infection/infection": "^0.26.0",
2626
"patchlevel/coding-standard": "^1.0.0",
2727
"phpstan/phpstan": "^0.12.58",
2828
"phpunit/phpunit": "^9.4.4",

0 commit comments

Comments
 (0)