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 |
| github-tags | shivammathur/setup-php | 2.30.0  | 2.30.1 |
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent 364844f commit ab9fab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"composer-runtime-api": "^2.2",
"infection/infection": "0.27.11",
"infection/infection": "0.28.1",
"sanmai/later": "^0.1.4",
"vimeo/psalm": "^4.30.0 || ^5.15"
},
Expand Down

0 comments on commit ab9fab6

Please sign in to comment.