File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 21
21
- " 8.0"
22
22
- " 8.1"
23
23
- " 8.2"
24
+ - " 8.3"
24
25
memcached-version :
25
26
- " 1.6"
26
27
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ services:
129
129
php74 :
130
130
<< : *services_php54
131
131
build :
132
- context : .docker/php74_82
132
+ context : .docker/php74_83
133
133
args :
134
134
PHP_VERSION : ' 7.4'
135
135
MEMCACHE_VERSION : ' 4.0.5.2'
@@ -139,7 +139,7 @@ services:
139
139
php80 :
140
140
<< : *services_php54
141
141
build :
142
- context : .docker/php74_82
142
+ context : .docker/php74_83
143
143
args :
144
144
PHP_VERSION : ' 8.0'
145
145
MEMCACHE_VERSION : ' 8.0'
@@ -149,7 +149,7 @@ services:
149
149
php81 :
150
150
<< : *services_php54
151
151
build :
152
- context : .docker/php74_82
152
+ context : .docker/php74_83
153
153
args :
154
154
PHP_VERSION : ' 8.1'
155
155
MEMCACHE_VERSION : ' 8.0'
@@ -158,12 +158,21 @@ services:
158
158
php82 :
159
159
<< : *services_php54
160
160
build :
161
- context : .docker/php74_82
161
+ context : .docker/php74_83
162
162
args :
163
163
PHP_VERSION : ' 8.2'
164
164
MEMCACHE_VERSION : ' 8.0'
165
165
APCU_VERSION : ' '
166
166
167
+ php83 :
168
+ << : *services_php54
169
+ build :
170
+ context : .docker/php74_83
171
+ args :
172
+ PHP_VERSION : ' 8.3'
173
+ MEMCACHE_VERSION : ' 8.0'
174
+ APCU_VERSION : ' '
175
+
167
176
168
177
db :
169
178
image : mysql:5.5.62
You can’t perform that action at this time.
0 commit comments