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.8 | 0.28.1 |
| packagist   | phpunit/phpunit        | 9.6.18 | 9.6.19 |
| github-tags | shivammathur/setup-php | 2.30.0 | 2.30.2 |
  • Loading branch information
renovate[bot] authored Apr 5, 2024
1 parent 48fcc19 commit f40b9fb
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 237 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4

- name: "install php"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].2"
with:
coverage: "pcov"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4

- name: "install php"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].2"
with:
coverage: "xdebug"
php-version: "${{ matrix.php-version }}"
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4

- name: "install PHP"
uses: "shivammathur/[email protected].0"
uses: "shivammathur/[email protected].2"
with:
coverage: "none"
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 @@ -9,7 +9,7 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"phpunit/phpunit": "~9.6.18"
"phpunit/phpunit": "~9.6.19"
},
"license": "MIT",
"authors": [
Expand All @@ -31,7 +31,7 @@
"minimum-stability": "stable",
"prefer-stable": true,
"require-dev": {
"infection/infection": "^0.27"
"infection/infection": "^0.28"
},
"extra": {
"branch-alias": {
Expand Down
Loading

0 comments on commit f40b9fb

Please sign in to comment.