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.28.1  |
| packagist   | phpunit/phpunit        | 10.5.16 | 10.5.17 |
| github-tags | shivammathur/setup-php | 2.30.0  | 2.30.2  |
  • Loading branch information
renovate[bot] committed Apr 5, 2024
1 parent 489388c commit 7d97dcc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].2"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
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 @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].2"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].2"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].2"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].2"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"require-dev": {
"composer/composer": "^2.7.2",
"doctrine/coding-standard": "^12.0.0",
"infection/infection": "^0.27.11",
"phpunit/phpunit": "^10.5.15",
"infection/infection": "^0.28.1",
"phpunit/phpunit": "^10.5.17",
"symfony/process": "^7.0.4"
},
"autoload": {
Expand Down

0 comments on commit 7d97dcc

Please sign in to comment.