Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                | from    | to      |
| ----------- | ---------------------- | ------- | ------- |
| packagist   | infection/infection    | 0.27.11 | 0.29.10 |
| github-tags | shivammathur/setup-php | 2.31.1  | 2.32.0  |
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent b74ef12 commit 3d06b41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@2.31.1
- uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ env.default_php }}
extensions: pcov
Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@2.31.1
- uses: shivammathur/setup-php@2.32.0
with:
php-version: ${{ env.default_php }}
ini-values: memory_limit=-1
Expand All @@ -63,7 +63,7 @@ jobs:

steps:
- uses: "actions/checkout@v4"
- uses: shivammathur/setup-php@2.31.1
- uses: shivammathur/setup-php@2.32.0
with:
coverage: "xdebug"
php-version: ${{ env.default_php }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require-dev": {
"ext-curl": "*",
"doctrine/coding-standard": "^12.0",
"infection/infection": "^0.27.11",
"infection/infection": "^0.29.0",
"laminas/laminas-diactoros": "^3.5.0",
"php-http/curl-client": "^2.3.2",
"phpunit/phpunit": "^10.5.38",
Expand Down

0 comments on commit 3d06b41

Please sign in to comment.