File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 2020 - " 7.4"
2121 - " 8.0"
2222 - " 8.1"
23+ - " 8.2"
2324 memcached-version :
2425 - " 1.6"
2526
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ services:
129129 php74 :
130130 << : *services_php54
131131 build :
132- context : .docker/php74_81
132+ context : .docker/php74_82
133133 args :
134134 PHP_VERSION : ' 7.4'
135135 MEMCACHE_VERSION : ' 4.0.5.2'
@@ -139,7 +139,7 @@ services:
139139 php80 :
140140 << : *services_php54
141141 build :
142- context : .docker/php74_81
142+ context : .docker/php74_82
143143 args :
144144 PHP_VERSION : ' 8.0'
145145 MEMCACHE_VERSION : ' 8.0'
@@ -149,12 +149,21 @@ services:
149149 php81 :
150150 << : *services_php54
151151 build :
152- context : .docker/php74_81
152+ context : .docker/php74_82
153153 args :
154154 PHP_VERSION : ' 8.1'
155155 MEMCACHE_VERSION : ' 8.0'
156156 APCU_VERSION : ' '
157157
158+ php82 :
159+ << : *services_php54
160+ build :
161+ context : .docker/php74_82
162+ args :
163+ PHP_VERSION : ' 8.2'
164+ MEMCACHE_VERSION : ' 8.0'
165+ APCU_VERSION : ' '
166+
158167
159168 db :
160169 image : mysql:5.5.62
You can’t perform that action at this time.
0 commit comments