Skip to content

Commit 86e33dd

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------------- | ------- | ------- | | packagist | azjezz/psl | 4.3.0 | 4.3.0 | | packagist | infection/infection | 0.32.0 | 0.32.6 | | github-tags | laminas/laminas-ci-matrix-action | 1.32.0 | 1.33.0 | | packagist | phpunit/phpunit | 12.5.14 | 12.5.14 | | github-tags | shivammathur/setup-php | 2.36.0 | 2.37.0 | | packagist | vimeo/psalm | 6.15.1 | 6.15.1 |
1 parent 10fe8a5 commit 86e33dd

3 files changed

Lines changed: 28 additions & 17 deletions

File tree

.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@1.32.0
19+
uses: laminas/laminas-ci-matrix-action@1.33.0
2020

2121
qa:
2222
name: QA Checks
@@ -59,7 +59,7 @@ jobs:
5959
uses: "actions/checkout@v6"
6060

6161
- name: "Install PHP"
62-
uses: "shivammathur/setup-php@2.36.0"
62+
uses: "shivammathur/setup-php@2.37.0"
6363
with:
6464
coverage: "xdebug"
6565
php-version: "${{ matrix.php-version }}"

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"require": {
1616
"php": "~8.3.0 || ~8.4.0 || ~8.5.0",
1717
"composer-runtime-api": "^2.2",
18-
"infection/infection": "0.32.0",
18+
"infection/infection": "0.32.6",
1919
"sanmai/later": "^0.1.7",
20-
"vimeo/psalm": "^6.14.3"
20+
"vimeo/psalm": "^6.15.1"
2121
},
2222
"conflict": {
2323
"symfony/polyfill-php84": "<1.30.0"
2424
},
2525
"require-dev": {
26-
"azjezz/psl": "^4.2.0",
26+
"azjezz/psl": "^4.3.0",
2727
"doctrine/coding-standard": "^14.0.0",
28-
"phpunit/phpunit": "^12.5.4",
28+
"phpunit/phpunit": "^12.5.14",
2929
"psalm/plugin-phpunit": "^0.19.5"
3030
},
3131
"autoload": {

composer.lock

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

0 commit comments

Comments
 (0)