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

Commit

Permalink
Merge pull request #36 from patchlevel/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
DavidBadura authored Nov 20, 2022
2 parents 673d331 + 5b84c5a commit 8ae0d02
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1

- uses: ramsey/composer-install@2.1.0
- uses: ramsey/composer-install@2.2.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1

- uses: ramsey/composer-install@2.1.0
- uses: ramsey/composer-install@2.2.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1

- uses: ramsey/composer-install@2.1.0
- uses: ramsey/composer-install@2.2.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1

- uses: ramsey/composer-install@2.1.0
- uses: ramsey/composer-install@2.2.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
ini-values: memory_limit=-1

- uses: ramsey/composer-install@2.1.0
- uses: ramsey/composer-install@2.2.0
with:
dependency-versions: ${{ matrix.dependencies }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"ext-json": "^7.4|^8.0"
},
"require-dev": {
"infection/infection": "^0.20.2",
"infection/infection": "^0.26.0",
"patchlevel/coding-standard": "^1.0.0",
"phpstan/phpstan": "^0.12.58",
"phpunit/phpunit": "^9.4.4",
Expand Down

0 comments on commit 8ae0d02

Please # to comment.