Skip to content

Commit 94b8b4a

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------ | | packagist | infection/infection | 0.27.11 | 0.28.1 | | github-tags | shivammathur/setup-php | 2.30.0 | 2.30.1 |
1 parent 2f5fc64 commit 94b8b4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/[email protected]
22-
- uses: shivammathur/[email protected].0
22+
- uses: shivammathur/[email protected].1
2323
with:
2424
php-version: ${{ env.default_php }}
2525
extensions: pcov
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- uses: actions/[email protected]
48-
- uses: shivammathur/[email protected].0
48+
- uses: shivammathur/[email protected].1
4949
with:
5050
php-version: ${{ env.default_php }}
5151
ini-values: memory_limit=-1
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- uses: "actions/[email protected]"
66-
- uses: "shivammathur/[email protected].0"
66+
- uses: "shivammathur/[email protected].1"
6767
with:
6868
coverage: "xdebug"
6969
php-version: ${{ env.default_php }}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require-dev": {
2626
"ext-curl": "*",
2727
"doctrine/coding-standard": "^12.0",
28-
"infection/infection": "^0.27.8",
28+
"infection/infection": "^0.28.0",
2929
"laminas/laminas-diactoros": "^3.3.0",
3030
"php-http/curl-client": "^2.3.1",
3131
"phpunit/phpunit": "^10.5.0",

0 commit comments

Comments
 (0)