@@ -15,30 +15,30 @@ pipeline:
1515 matrix :
1616 TESTS : jsunit
1717 checkers :
18- image : nextcloudci/php7.0:php7.0-16
18+ image : nextcloudci/php7.0:php7.0-19
1919 commands :
2020 - ./autotest-checkers.sh
2121 when :
2222 matrix :
2323 TESTS : checkers
2424 syntax-php7.0 :
25- image : nextcloudci/php7.0:php7.0-16
25+ image : nextcloudci/php7.0:php7.0-19
2626 commands :
2727 - composer install
2828 - ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .
2929 when :
3030 matrix :
3131 TESTS : syntax-php7.0
3232 syntax-php7.1 :
33- image : nextcloudci/php7.1:php7.1-15
33+ image : nextcloudci/php7.1:php7.1-16
3434 commands :
3535 - composer install
3636 - ./lib/composer/bin/parallel-lint --exclude lib/composer/jakub-onderka/ --exclude 3rdparty/symfony/polyfill-php70/Resources/stubs/ --exclude 3rdparty/patchwork/utf8/src/Patchwork/Utf8/Bootup/ --exclude 3rdparty/paragonie/random_compat/lib/ --exclude lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php .
3737 when :
3838 matrix :
3939 TESTS : syntax-php7.1
4040 phan :
41- image : nextcloudci/php7.1:php7.1-15
41+ image : nextcloudci/php7.1:php7.1-16
4242 commands :
4343 - composer install
4444 - composer require --dev "phan/phan:dev-master"
@@ -139,111 +139,111 @@ pipeline:
139139 matrix :
140140 TESTS : sqlite-php7.0-webdav-apache
141141 nodb-php7.0 :
142- image : nextcloudci/php7.0:php7.0-16
142+ image : nextcloudci/php7.0:php7.0-19
143143 commands :
144144 - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
145145 when :
146146 matrix :
147147 DB : NODB
148148 PHP : " 7.0"
149149 nodb-php7.1 :
150- image : nextcloudci/php7.1:php7.1-15
150+ image : nextcloudci/php7.1:php7.1-16
151151 commands :
152152 - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
153153 when :
154154 matrix :
155155 DB : NODB
156156 PHP : 7.1
157157 nodb-php7.2 :
158- image : nextcloudci/php7.2:php7.2-9
158+ image : nextcloudci/php7.2:php7.2-10
159159 commands :
160160 - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
161161 when :
162162 matrix :
163163 DB : NODB
164164 PHP : 7.2
165165 sqlite-php7.0 :
166- image : nextcloudci/php7.0:php7.0-16
166+ image : nextcloudci/php7.0:php7.0-19
167167 commands :
168168 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
169169 when :
170170 matrix :
171171 DB : sqlite
172172 PHP : " 7.0"
173173 sqlite-php7.1 :
174- image : nextcloudci/php7.1:php7.1-15
174+ image : nextcloudci/php7.1:php7.1-16
175175 commands :
176176 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
177177 when :
178178 matrix :
179179 DB : sqlite
180180 PHP : 7.1
181181 sqlite-php7.2 :
182- image : nextcloudci/php7.2:php7.2-9
182+ image : nextcloudci/php7.2:php7.2-10
183183 commands :
184184 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
185185 when :
186186 matrix :
187187 DB : sqlite
188188 PHP : 7.2
189189 mysql-php7.0 :
190- image : nextcloudci/php7.0:php7.0-16
190+ image : nextcloudci/php7.0:php7.0-19
191191 commands :
192192 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
193193 when :
194194 matrix :
195195 DB : mysql
196196 PHP : " 7.0"
197197 mysql-php7.1 :
198- image : nextcloudci/php7.1:php7.1-15
198+ image : nextcloudci/php7.1:php7.1-16
199199 commands :
200200 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
201201 when :
202202 matrix :
203203 DB : mysql
204204 PHP : 7.1
205205 mysql-php7.2 :
206- image : nextcloudci/php7.2:php7.2-9
206+ image : nextcloudci/php7.2:php7.2-10
207207 commands :
208208 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
209209 when :
210210 matrix :
211211 DB : mysql
212212 PHP : 7.2
213213 mysql5.6-php7.0 :
214- image : nextcloudci/php7.0:php7.0-16
214+ image : nextcloudci/php7.0:php7.0-19
215215 commands :
216216 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
217217 when :
218218 matrix :
219219 DB : mysql5.6
220220 PHP : " 7.0"
221221 mysql5.6-php7.1 :
222- image : nextcloudci/php7.1:php7.1-15
222+ image : nextcloudci/php7.1:php7.1-16
223223 commands :
224224 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
225225 when :
226226 matrix :
227227 DB : mysql5.6
228228 PHP : 7.1
229229 mysql5.5-php7.0 :
230- image : nextcloudci/php7.0:php7.0-16
230+ image : nextcloudci/php7.0:php7.0-19
231231 commands :
232232 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
233233 when :
234234 matrix :
235235 DB : mysql5.5
236236 PHP : " 7.0"
237237 mysql5.5-php7.1 :
238- image : nextcloudci/php7.1:php7.1-15
238+ image : nextcloudci/php7.1:php7.1-16
239239 commands :
240240 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
241241 when :
242242 matrix :
243243 DB : mysql5.5
244244 PHP : 7.1
245245 postgres-php7.0 :
246- image : nextcloudci/php7.0:php7.0-16
246+ image : nextcloudci/php7.0:php7.0-19
247247 commands :
248248 - sleep 10 # gives the database enough time to initialize
249249 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
@@ -252,7 +252,7 @@ pipeline:
252252 DB : postgres
253253 PHP : " 7.0"
254254 postgres-php7.1 :
255- image : nextcloudci/php7.1:php7.1-15
255+ image : nextcloudci/php7.1:php7.1-16
256256 commands :
257257 - sleep 10 # gives the database enough time to initialize
258258 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
@@ -261,23 +261,23 @@ pipeline:
261261 DB : postgres
262262 PHP : 7.1
263263 mysqlmb4-php7.0 :
264- image : nextcloudci/php7.0:php7.0-16
264+ image : nextcloudci/php7.0:php7.0-19
265265 commands :
266266 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
267267 when :
268268 matrix :
269269 DB : mysqlmb4
270270 PHP : " 7.0"
271271 mysqlmb4-php7.1 :
272- image : nextcloudci/php7.1:php7.1-15
272+ image : nextcloudci/php7.1:php7.1-16
273273 commands :
274274 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
275275 when :
276276 matrix :
277277 DB : mysqlmb4
278278 PHP : 7.1
279279 mysqlmb4-php7.2 :
280- image : nextcloudci/php7.2:php7.2-9
280+ image : nextcloudci/php7.2:php7.2-10
281281 commands :
282282 - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
283283 when :
@@ -571,7 +571,7 @@ pipeline:
571571 matrix :
572572 TESTS-ACCEPTANCE : login
573573 nodb-codecov :
574- image : nextcloudci/php7.0:php7.0-16
574+ image : nextcloudci/php7.0:php7.0-19
575575 commands :
576576 - phpenmod xdebug
577577 - TEST_SELECTION=NODB ./autotest.sh sqlite
@@ -582,7 +582,7 @@ pipeline:
582582 matrix :
583583 TESTS : nodb-codecov
584584 db-codecov :
585- image : nextcloudci/php7.0:php7.0-16
585+ image : nextcloudci/php7.0:php7.0-19
586586 commands :
587587 - phpenmod xdebug
588588 - TEST_SELECTION=QUICKDB ./autotest.sh sqlite
@@ -593,7 +593,7 @@ pipeline:
593593 matrix :
594594 TESTS : db-codecov
595595 object-store :
596- image : nextcloudci/php7.0:php7.0-16
596+ image : nextcloudci/php7.0:php7.0-19
597597 commands :
598598 - phpenmod xdebug
599599 - TEST_SELECTION=PRIMARY-${OBJECT_STORE} ./autotest.sh sqlite
@@ -616,7 +616,7 @@ pipeline:
616616 matrix :
617617 TEST : memcache-memcached
618618 memcache-redis-cluster :
619- image : nextcloudci/php7.0:php7.0-17
619+ image : nextcloudci/php7.0:php7.0-19
620620 commands :
621621 - phpenmod xdebug
622622 - sleep 20
0 commit comments