Skip to content

Commit fb58ed8

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | packagist | infection/infection | 0.27.8 | 0.29.6 | | packagist | phpunit/phpunit | 9.6.18 | 9.6.19 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.31.0 |
1 parent 48fcc19 commit fb58ed8

File tree

3 files changed

+255
-207
lines changed

3 files changed

+255
-207
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4
3333

3434
- name: "install php"
35-
uses: "shivammathur/setup-php@2.30.0"
35+
uses: "shivammathur/setup-php@2.31.0"
3636
with:
3737
coverage: "pcov"
3838
php-version: "${{ matrix.php-version }}"
@@ -66,7 +66,7 @@ jobs:
6666
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4
6767

6868
- name: "install php"
69-
uses: "shivammathur/setup-php@2.30.0"
69+
uses: "shivammathur/setup-php@2.31.0"
7070
with:
7171
coverage: "xdebug"
7272
php-version: "${{ matrix.php-version }}"
@@ -102,7 +102,7 @@ jobs:
102102
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4
103103

104104
- name: "install PHP"
105-
uses: "shivammathur/setup-php@2.30.0"
105+
uses: "shivammathur/setup-php@2.31.0"
106106
with:
107107
coverage: "none"
108108
php-version: "${{ matrix.php-version }}"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
12-
"phpunit/phpunit": "~9.6.18"
12+
"phpunit/phpunit": "~9.6.19"
1313
},
1414
"license": "MIT",
1515
"authors": [
@@ -31,7 +31,7 @@
3131
"minimum-stability": "stable",
3232
"prefer-stable": true,
3333
"require-dev": {
34-
"infection/infection": "^0.27"
34+
"infection/infection": "^0.29"
3535
},
3636
"extra": {
3737
"branch-alias": {

0 commit comments

Comments
 (0)