File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 65
65
environment :
66
66
COMPOSER_CACHE_DIR : /home/circleci/composer/cache-dir
67
67
docker :
68
- - image : cimg/php:8.0 -node
68
+ - image : cimg/php:8.2 -node
69
69
steps :
70
70
- attach_workspace : *attach_workspace
71
71
- run : chmod -R 777 /home/circleci
82
82
environment :
83
83
FLOW_CONTEXT : Production
84
84
docker :
85
- - image : cimg/php:8.0 -node
85
+ - image : cimg/php:8.2 -node
86
86
- image : cimg/mariadb:10.6
87
87
environment :
88
88
MYSQL_DATABASE : neos
@@ -121,7 +121,7 @@ jobs:
121
121
environment :
122
122
FLOW_CONTEXT : Production
123
123
docker :
124
- - image : cimg/php:8.0 -node
124
+ - image : cimg/php:8.2 -node
125
125
- image : cimg/mariadb:10.6
126
126
environment :
127
127
MYSQL_DATABASE : neos
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.4"
2
2
services :
3
3
4
4
php :
5
- image : thecodingmachine/php:8.0 -v4-cli-node16
5
+ image : thecodingmachine/php:8.2 -v4-cli-node16
6
6
command : tail -f /dev/null
7
7
ports :
8
8
- 8081:8081
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.4"
2
2
services :
3
3
4
4
php :
5
- image : thecodingmachine/php:8.0 -v4-cli-node16
5
+ image : thecodingmachine/php:8.2 -v4-cli-node16
6
6
command : tail -f /dev/null
7
7
ports :
8
8
- 8081:8081
You can’t perform that action at this time.
0 commit comments