Skip to content

Commit cde8ad4

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | packagist | infection/infection | 0.31.9 | 0.32.6 | | github-tags | shivammathur/setup-php | 2.36.0 | 2.37.0 |
1 parent 52d265c commit cde8ad4

3 files changed

Lines changed: 127 additions & 38 deletions

File tree

.github/workflows/continuous-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
3535

3636
- name: "install php"
37-
uses: "shivammathur/setup-php@2.36.0"
37+
uses: "shivammathur/setup-php@2.37.0"
3838
with:
3939
coverage: "pcov"
4040
php-version: "${{ matrix.php-version }}"
@@ -68,7 +68,7 @@ jobs:
6868
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
6969

7070
- name: "install php"
71-
uses: "shivammathur/setup-php@2.36.0"
71+
uses: "shivammathur/setup-php@2.37.0"
7272
with:
7373
coverage: "xdebug"
7474
php-version: "${{ matrix.php-version }}"
@@ -104,7 +104,7 @@ jobs:
104104
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6
105105

106106
- name: "install PHP"
107-
uses: "shivammathur/setup-php@2.36.0"
107+
uses: "shivammathur/setup-php@2.37.0"
108108
with:
109109
coverage: "none"
110110
php-version: "${{ matrix.php-version }}"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"minimum-stability": "stable",
3232
"prefer-stable": true,
3333
"require-dev": {
34-
"infection/infection": "^0.31"
34+
"infection/infection": "^0.32"
3535
},
3636
"extra": {
3737
"branch-alias": {

composer.lock

Lines changed: 123 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)