@@ -272,14 +272,14 @@ trigger:
272272
273273---
274274kind : pipeline
275- name : mariadb10.2 -php8.0
275+ name : mariadb10.3 -php8.0
276276
277277steps :
278278- name : submodules
279279 image : ghcr.io/nextcloud/continuous-integration-alpine-git:latest
280280 commands :
281281 - git submodule update --init
282- - name : mariadb10.2 -php8.0
282+ - name : mariadb10.3 -php8.0
283283 image : ghcr.io/nextcloud/continuous-integration-php8.0:latest
284284 commands :
285285 - bash tests/drone-run-php-tests.sh || exit 0
@@ -289,7 +289,7 @@ services:
289289- name : cache
290290 image : ghcr.io/nextcloud/continuous-integration-redis:latest
291291- name : mariadb
292- image : ghcr.io/nextcloud/continuous-integration-mariadb-10.2:10.2
292+ image : ghcr.io/nextcloud/continuous-integration-mariadb-10.3:latest
293293 environment :
294294 MYSQL_ROOT_PASSWORD : owncloud
295295 MYSQL_USER : oc_autotest
@@ -310,14 +310,14 @@ trigger:
310310
311311---
312312kind : pipeline
313- name : mariadb10.4 -php8.0
313+ name : mariadb10.5 -php8.0
314314
315315steps :
316316- name : submodules
317317 image : ghcr.io/nextcloud/continuous-integration-alpine-git:latest
318318 commands :
319319 - git submodule update --init
320- - name : mariadb10.4 -php8.0
320+ - name : mariadb10.5 -php8.0
321321 image : ghcr.io/nextcloud/continuous-integration-php8.0:latest
322322 commands :
323323 - bash tests/drone-run-php-tests.sh || exit 0
@@ -327,7 +327,7 @@ services:
327327- name : cache
328328 image : ghcr.io/nextcloud/continuous-integration-redis:latest
329329- name : mariadb
330- image : ghcr.io/nextcloud/continuous-integration-mariadb-10.4:10.4
330+ image : ghcr.io/nextcloud/continuous-integration-mariadb-10.5:latest
331331 environment :
332332 MYSQL_ROOT_PASSWORD : owncloud
333333 MYSQL_USER : oc_autotest
@@ -384,6 +384,44 @@ trigger:
384384 - pull_request
385385 - push
386386
387+ ---
388+ kind : pipeline
389+ name : mariadb10.11-php8.0
390+
391+ steps :
392+ - name : submodules
393+ image : ghcr.io/nextcloud/continuous-integration-alpine-git:latest
394+ commands :
395+ - git submodule update --init
396+ - name : mariadb10.11-php8.0
397+ image : ghcr.io/nextcloud/continuous-integration-php8.0:latest
398+ commands :
399+ - bash tests/drone-run-php-tests.sh || exit 0
400+ - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
401+
402+ services :
403+ - name : cache
404+ image : ghcr.io/nextcloud/continuous-integration-redis:latest
405+ - name : mariadb
406+ image : ghcr.io/nextcloud/continuous-integration-mariadb-10.11:latest
407+ environment :
408+ MYSQL_ROOT_PASSWORD : owncloud
409+ MYSQL_USER : oc_autotest
410+ MYSQL_PASSWORD : owncloud
411+ MYSQL_DATABASE : oc_autotest
412+ command :
413+ - --sql-mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
414+ tmpfs :
415+ - /var/lib/mysql
416+
417+ trigger :
418+ branch :
419+ - master
420+ - stable*
421+ event :
422+ - pull_request
423+ - push
424+
387425---
388426kind : pipeline
389427name : mysql8.0-php8.0
0 commit comments