Skip to content

Commit 415d24d

Browse files
chore(deps): update php
1 parent 3044821 commit 415d24d

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

.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.4.14'
29+
php-version: '8.5.1'
3030
tools: composer:2.9.0
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.4.14'
24+
php-version: '8.5.1'
2525
tools: composer:2.9.0
2626
coverage: xdebug
2727

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

3737
- uses: shivammathur/setup-php@v2
3838
with:
39-
php-version: '8.4.14'
39+
php-version: '8.5.1'
4040
tools: composer:2.9.0
4141
coverage: xdebug
4242

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

6767
- uses: shivammathur/setup-php@v2
6868
with:
69-
php-version: '8.4.14'
69+
php-version: '8.5.1'
7070
tools: composer:2.9.0
7171
coverage: xdebug
7272

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

115115
- uses: shivammathur/setup-php@v2
116116
with:
117-
php-version: '8.4.14'
117+
php-version: '8.5.1'
118118
tools: composer:2.9.0
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.4.14'
94+
php-version: '8.5.1'
9595
tools: composer:2.9.0
9696
coverage: none
9797

@@ -264,7 +264,7 @@ jobs:
264264

265265
- uses: shivammathur/setup-php@v2
266266
with:
267-
php-version: '8.4.14'
267+
php-version: '8.5.1'
268268
extensions: intl-73.1
269269
tools: composer:2.9.0
270270
coverage: pcov

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Adapted from https://github.com/api-platform/api-platform/blob/fa1c5808305d7cadbf7b8392e0fddb6e80fb2092/api/Dockerfile
44

55
# Versions
6-
FROM dunglas/frankenphp:1.9-php8.4.14 AS frankenphp_upstream
6+
FROM dunglas/frankenphp:1.10-php8.5.0 AS frankenphp_upstream
77

88
# the different stages of this Dockerfile are meant to be built into separate images
99
# https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage

pdf/package-lock.json

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

pdf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@react-pdf/pdfkit": "4.0.4",
2929
"@react-pdf/render": "4.3.1",
3030
"colorjs.io": "0.5.2",
31-
"lodash-es": "4.17.22",
31+
"lodash-es": "4.17.21",
3232
"runes": "0.4.3"
3333
},
3434
"devDependencies": {

print/package-lock.json

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

print/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"deepmerge": "4.3.1",
2626
"hal-json-vuex": "3.0.0-alpha.10",
2727
"isomorphic-dompurify": "2.34.0",
28-
"lodash-es": "4.17.22",
28+
"lodash-es": "4.17.21",
2929
"puppeteer-core": "24.33.0",
3030
"runes": "0.4.3",
3131
"vuex": "4.1.0"

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"constraints": {
88
"node": "24.12.0",
9-
"php": "8.4.14"
9+
"php": "8.5.1"
1010
},
1111
"automergeType": "branch",
1212
"rebaseWhen": "conflicted",

0 commit comments

Comments
 (0)