Skip to content

Commit 4b3d755

Browse files
chore(deps): update php
1 parent d10dfe8 commit 4b3d755

6 files changed

+10
-10
lines changed

.github/workflows/check-dependencies.yml

+1-1
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.3.13'
29+
php-version: '8.4.1'
3030
tools: composer:2.8.0
3131
coverage: xdebug
3232

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

+4-4
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.3.13'
24+
php-version: '8.4.1'
2525
tools: composer:2.8.0
2626
coverage: xdebug
2727

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

3737
- uses: shivammathur/setup-php@v2
3838
with:
39-
php-version: '8.3.13'
39+
php-version: '8.4.1'
4040
tools: composer:2.8.0
4141
coverage: xdebug
4242

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

6767
- uses: shivammathur/setup-php@v2
6868
with:
69-
php-version: '8.3.13'
69+
php-version: '8.4.1'
7070
tools: composer:2.8.0
7171
coverage: xdebug
7272

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

115115
- uses: shivammathur/setup-php@v2
116116
with:
117-
php-version: '8.3.13'
117+
php-version: '8.4.1'
118118
tools: composer:2.8.0
119119
coverage: xdebug
120120

.github/workflows/continuous-integration.yml

+2-2
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.3.13'
94+
php-version: '8.4.1'
9595
tools: composer:2.8.0
9696
coverage: none
9797

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

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

.github/workflows/reusable-api-performance-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: shivammathur/setup-php@v2
3434
with:
35-
php-version: '8.3.13'
35+
php-version: '8.4.1'
3636
extensions: intl-73.1
3737
tools: composer:2.8.0
3838
coverage: pcov

api/Dockerfile

+1-1
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.2-php8.3.13 AS frankenphp_upstream
6+
FROM dunglas/frankenphp:1.3-php8.3.14 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

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"constraints": {
88
"node": "22.11.0",
9-
"php": "8.3.13"
9+
"php": "8.4.1"
1010
},
1111
"automergeType": "branch",
1212
"rebaseWhen": "conflicted",

0 commit comments

Comments
 (0)