File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 26
26
27
27
- uses : shivammathur/setup-php@v2
28
28
with :
29
- php-version : ' 8.3.13 '
29
+ php-version : ' 8.4.1 '
30
30
tools : composer:2.8.0
31
31
coverage : xdebug
32
32
Original file line number Diff line number Diff line change 21
21
22
22
- uses : shivammathur/setup-php@v2
23
23
with :
24
- php-version : ' 8.3.13 '
24
+ php-version : ' 8.4.1 '
25
25
tools : composer:2.8.0
26
26
coverage : xdebug
27
27
36
36
37
37
- uses : shivammathur/setup-php@v2
38
38
with :
39
- php-version : ' 8.3.13 '
39
+ php-version : ' 8.4.1 '
40
40
tools : composer:2.8.0
41
41
coverage : xdebug
42
42
66
66
67
67
- uses : shivammathur/setup-php@v2
68
68
with :
69
- php-version : ' 8.3.13 '
69
+ php-version : ' 8.4.1 '
70
70
tools : composer:2.8.0
71
71
coverage : xdebug
72
72
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
- uses : shivammathur/setup-php@v2
116
116
with :
117
- php-version : ' 8.3.13 '
117
+ php-version : ' 8.4.1 '
118
118
tools : composer:2.8.0
119
119
coverage : xdebug
120
120
Original file line number Diff line number Diff line change 91
91
92
92
- uses : shivammathur/setup-php@v2
93
93
with :
94
- php-version : ' 8.3.13 '
94
+ php-version : ' 8.4.1 '
95
95
tools : composer:2.8.0
96
96
coverage : none
97
97
@@ -264,7 +264,7 @@ jobs:
264
264
265
265
- uses : shivammathur/setup-php@v2
266
266
with :
267
- php-version : ' 8.3.13 '
267
+ php-version : ' 8.4.1 '
268
268
extensions : intl-73.1
269
269
tools : composer:2.8.0
270
270
coverage : pcov
Original file line number Diff line number Diff line change 32
32
33
33
- uses : shivammathur/setup-php@v2
34
34
with :
35
- php-version : ' 8.3.13 '
35
+ php-version : ' 8.4.1 '
36
36
extensions : intl-73.1
37
37
tools : composer:2.8.0
38
38
coverage : pcov
Original file line number Diff line number Diff line change 3
3
# Adapted from https://github.com/api-platform/api-platform/blob/fa1c5808305d7cadbf7b8392e0fddb6e80fb2092/api/Dockerfile
4
4
5
5
# 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
7
7
8
8
# the different stages of this Dockerfile are meant to be built into separate images
9
9
# https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage
Original file line number Diff line number Diff line change 6
6
],
7
7
"constraints" : {
8
8
"node" : " 22.11.0" ,
9
- "php" : " 8.3.13 "
9
+ "php" : " 8.4.1 "
10
10
},
11
11
"automergeType" : " branch" ,
12
12
"rebaseWhen" : " conflicted" ,
You can’t perform that action at this time.
0 commit comments