Skip to content

Commit bcf41d6

Browse files
Update php to v8.5.7
1 parent dd4d88e commit bcf41d6

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/check-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: shivammathur/setup-php@v2
2828
with:
29-
php-version: '8.5.6'
29+
php-version: '8.5.7'
3030
tools: composer:2.10.1
3131
coverage: xdebug
3232

.github/workflows/continuous-integration-optional.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: '8.5.6'
24+
php-version: '8.5.7'
2525
tools: composer:2.10.1
2626
coverage: xdebug
2727

@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: shivammathur/setup-php@v2
3838
with:
39-
php-version: '8.5.6'
39+
php-version: '8.5.7'
4040
tools: composer:2.10.1
4141
coverage: xdebug
4242

@@ -66,7 +66,7 @@ jobs:
6666

6767
- uses: shivammathur/setup-php@v2
6868
with:
69-
php-version: '8.5.6'
69+
php-version: '8.5.7'
7070
tools: composer:2.10.1
7171
coverage: xdebug
7272

@@ -114,7 +114,7 @@ jobs:
114114

115115
- uses: shivammathur/setup-php@v2
116116
with:
117-
php-version: '8.5.6'
117+
php-version: '8.5.7'
118118
tools: composer:2.10.1
119119
coverage: xdebug
120120

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- uses: shivammathur/setup-php@v2
9393
with:
94-
php-version: '8.5.6'
94+
php-version: '8.5.7'
9595
tools: composer:2.10.1
9696
coverage: none
9797

@@ -286,7 +286,7 @@ jobs:
286286

287287
- uses: shivammathur/setup-php@v2
288288
with:
289-
php-version: '8.5.6'
289+
php-version: '8.5.7'
290290
extensions: intl-73.1
291291
tools: composer:2.10.1
292292
coverage: pcov

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ignorePresets": ["group:apiPlatform"],
88
"constraints": {
99
"node": "24.16.0",
10-
"php": "8.5.6"
10+
"php": "8.5.7"
1111
},
1212
"automergeType": "branch",
1313
"rebaseWhen": "conflicted",

0 commit comments

Comments
 (0)