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     |
| ----------- | ---------------------- | ------- | ------ |
| github-tags | actions/checkout       | v4.1.1  | v4.2.2 |
| packagist   | infection/infection    | 0.27.11 | 0.29.8 |
| github-tags | shivammathur/setup-php | 2.30.2  | 2.31.1 |
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 5770c72 commit 70f1fd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
name: PHPUnit Coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: shivammathur/setup-php@2.30.2
- uses: actions/checkout@v4.2.2
- uses: shivammathur/setup-php@2.31.1
with:
php-version: ${{ env.default_php }}
extensions: pcov
Expand All @@ -44,8 +44,8 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v4.1.1
- uses: shivammathur/setup-php@2.30.2
- uses: actions/checkout@v4.2.2
- uses: shivammathur/setup-php@2.31.1
with:
php-version: ${{ env.default_php }}
ini-values: memory_limit=-1
Expand All @@ -62,8 +62,8 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v4.1.1"
- uses: "shivammathur/setup-php@2.30.2"
- uses: "actions/checkout@v4.2.2"
- uses: "shivammathur/setup-php@2.31.1"
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.3.1",
"php-http/curl-client": "^2.3.2",
"phpunit/phpunit": "^10.5.19",
Expand Down

0 comments on commit 70f1fd0

Please sign in to comment.