Skip to content

Commit 52c4e8f

Browse files
renovate[bot]Ocramius
authored andcommitted
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------------------- | ------ | ------ | | github-tags | containerbase/php-prebuild | 8.4.15 | 8.5.0 | | packagist | phpunit/phpunit | 12.4.3 | 12.4.4 | | packagist | roave/infection-static-analysis-plugin | 1.39.0 | 1.41.0 | | github-tags | shivammathur/setup-php | 2.35.5 | 2.36.0 |
1 parent 0205668 commit 52c4e8f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959

6060
- name: "Install PHP"
61-
uses: "shivammathur/setup-php@2.35.5"
61+
uses: "shivammathur/setup-php@2.36.0"
6262
with:
6363
php-version: "${{ matrix.php-version }}"
6464
ini-values: memory_limit=-1
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: "Install PHP"
112-
uses: "shivammathur/setup-php@2.35.5"
112+
uses: "shivammathur/setup-php@2.36.0"
113113
with:
114114
php-version: "${{ matrix.php-version }}"
115115
ini-values: memory_limit=-1

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"doctrine/coding-standard": "^14.0.0",
3131
"justinrainbow/json-schema": "^6.6.1",
3232
"php-standard-library/psalm-plugin": "^2.3.0",
33-
"phpunit/phpunit": "^12.4.3",
33+
"phpunit/phpunit": "^12.4.4",
3434
"psalm/plugin-phpunit": "^0.19.5",
35-
"roave/infection-static-analysis-plugin": "^1.39.0",
35+
"roave/infection-static-analysis-plugin": "^1.41.0",
3636
"roave/security-advisories": "dev-master",
3737
"squizlabs/php_codesniffer": "^4.0.1",
3838
"vimeo/psalm": "^6.13.1"

0 commit comments

Comments
 (0)