Skip to content

Commit 98307ef

Browse files
Update all non-major dependencies (#21)
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------ | | packagist | infection/infection | 0.27.11 | 0.29.8 | | packagist | phpunit/phpunit | 9.6.21 | 9.6.21 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.31.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 926e6ff commit 98307ef

File tree

3 files changed

+100
-50
lines changed

3 files changed

+100
-50
lines changed

.github/workflows/continuous-integration.yaml

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

3535
- name: "install php"
36-
uses: "shivammathur/setup-php@2.30.0"
36+
uses: "shivammathur/setup-php@2.31.1"
3737
with:
3838
coverage: "pcov"
3939
php-version: "${{ matrix.php-version }}"
@@ -68,7 +68,7 @@ jobs:
6868
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4
6969

7070
- name: "install php"
71-
uses: "shivammathur/setup-php@2.30.0"
71+
uses: "shivammathur/setup-php@2.31.1"
7272
with:
7373
coverage: "xdebug"
7474
php-version: "${{ matrix.php-version }}"
@@ -105,7 +105,7 @@ jobs:
105105
uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4
106106

107107
- name: "install PHP"
108-
uses: "shivammathur/setup-php@2.30.0"
108+
uses: "shivammathur/setup-php@2.31.1"
109109
with:
110110
coverage: "none"
111111
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.2.0 || ~8.3.0",
12-
"phpunit/phpunit": "~9.6.18"
12+
"phpunit/phpunit": "~9.6.21"
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": {

composer.lock

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

0 commit comments

Comments
 (0)