Skip to content

Commit 3fc73c2

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | --------------------------------------------- | ------ | ------ | | github-tags | laminas/laminas-ci-matrix-action | 1.27.0 | 1.32.0 | | github-tags | laminas/laminas-continuous-integration-action | 1.40.0 | 1.43.0 | | github-tags | containerbase/php-prebuild | 8.2.30 | 8.5.1 | | packagist | phpunit/phpunit | 9.6.20 | 9.6.31 | | packagist | psalm/plugin-phpunit | 0.19.0 | 0.19.5 | | packagist | roave/infection-static-analysis-plugin | 1.35.0 | 1.43.0 | | packagist | squizlabs/php_codesniffer | 3.10.2 | 3.13.5 | | packagist | vimeo/psalm | 5.26.1 | 5.26.1 |
1 parent 2c8ae51 commit 3fc73c2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Gather CI configuration
1818
id: matrix
19-
uses: laminas/laminas-ci-matrix-action@38e146b542b4952fea583408acff8dcddf20b427 # 1.27.0
19+
uses: laminas/laminas-ci-matrix-action@88c5cfdb863459ae01e3adec73d1dd4530983843 # 1.32.0
2020

2121
qa:
2222
name: QA Checks
@@ -27,7 +27,7 @@ jobs:
2727
matrix: ${{ fromJSON(needs.matrix.outputs.matrix) }}
2828
steps:
2929
- name: ${{ matrix.name }}
30-
uses: laminas/laminas-continuous-integration-action@f474cab0f489b50c3b31d6ae04f0a5fc189c796d # 1.40.0
30+
uses: laminas/laminas-continuous-integration-action@5f4512e23ab587455e9f0a39e4616dad4550de4f # 1.43.0
3131
env:
3232
"GITHUB_TOKEN": ${{ secrets.GITHUB_TOKEN }}
3333
"INFECTION_DASHBOARD_API_KEY": ${{ secrets.INFECTION_DASHBOARD_API_KEY }}

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
}
1414
},
1515
"require": {
16-
"php": "~8.1.0 || ~8.2.0",
16+
"php": "~8.1.0 || ~8.2.0 || ~8.5.0",
1717
"ext-json": "*",
18-
"phpunit/phpunit": "^9.6.20"
18+
"phpunit/phpunit": "^9.6.31"
1919
},
2020
"config": {
2121
"allow-plugins": {
@@ -32,9 +32,9 @@
3232
],
3333
"require-dev": {
3434
"doctrine/coding-standard": "^12.0.0",
35-
"roave/infection-static-analysis-plugin": "^1.35.0",
36-
"psalm/plugin-phpunit": "^0.19.0",
37-
"squizlabs/php_codesniffer": "^3.10.2",
38-
"vimeo/psalm": "^5.25.0"
35+
"roave/infection-static-analysis-plugin": "^1.43.0",
36+
"psalm/plugin-phpunit": "^0.19.5",
37+
"squizlabs/php_codesniffer": "^3.13.5",
38+
"vimeo/psalm": "^5.26.1"
3939
}
4040
}

0 commit comments

Comments
 (0)