commands:
- git submodule update --init
- name: checkers
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- ./autotest-checkers.sh
secrets: [ github_token ]
commands:
- git submodule update --init
- name: syntax-php7.2
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- composer install
- ./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 lib/composer/composer/autoload_static.php --exclude 3rdparty/composer/autoload_static.php --exclude 3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php .
- name: syntax-php7.3
- image: nextcloudci/php7.3:php7.3-1
+ image: nextcloudci/php7.3:php7.3-4
+ commands:
+ - composer install
+ - ./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 --exclude 3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php .
+- name: syntax-php7.4
+ image: nextcloudci/php7.4:2
commands:
- composer install
- ./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 --exclude 3rdparty/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php .
- name: phan
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- composer install
- composer require --dev "phan/phan:0.11.1"
commands:
- git submodule update --init
- name: nodb-php7.2
- image: nextcloudci/php7.2:php7.2-11
+ image: nextcloudci/php7.2:php7.2-13
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
- name: nodb-php7.3
- image: nextcloudci/php7.3:php7.3-1
+ image: nextcloudci/php7.3:php7.3-4
+ commands:
+ - NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
+- name: nodb-php7.4
+ image: nextcloudci/php7.4:2
commands:
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
commands:
- git submodule update --init
- name: sqlite-php7.2
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
- name: sqlite-php7.3
- image: nextcloudci/php7.3:php7.3-1
+ image: nextcloudci/php7.3:php7.3-4
+ commands:
+ - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
+- name: sqlite-php7.4
+ image: nextcloudci/php7.4:2
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
commands:
- git submodule update --init
- name: mariadb10.1-php7.2
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
commands:
- git submodule update --init
- name: mariadb10.2-php7.2
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
commands:
- git submodule update --init
- name: mariadb10.3-php7.2
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
commands:
- git submodule update --init
- name: mariadb10.4-php7.3
- image: nextcloudci/php7.3:php7.3-1
+ image: nextcloudci/php7.3:php7.3-4
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mariadb
commands:
- git submodule update --init
- name: mysql-php7.2
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
commands:
- git submodule update --init
- name: mysql-php7.2
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
commands:
- git submodule update --init
- name: mysql-php7.3
- image: nextcloudci/php7.3:php7.3-1
+ image: nextcloudci/php7.3:php7.3-4
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
commands:
- git submodule update --init
- name: mysql5.6-php7.2
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysql
commands:
- git submodule update --init
- name: postgres-php7.3
- image: nextcloudci/php7.3:php7.3-1
+ image: nextcloudci/php7.3:php7.3-4
commands:
- sleep 10 # gives the database enough time to initialize
- POSTGRES=9 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
commands:
- git submodule update --init
- name: postgres-php7.2
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- sleep 10 # gives the database enough time to initialize
- POSTGRES=10 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
commands:
- git submodule update --init
- name: postgres-php7.2
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- sleep 10 # gives the database enough time to initialize
- POSTGRES=11 NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
commands:
- git submodule update --init
- name: mysqlmb4-php7.2
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
commands:
- git submodule update --init
- name: mysqlmb4-php7.3
- image: nextcloudci/php7.3:php7.3-1
+ image: nextcloudci/php7.3:php7.3-4
commands:
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh mysqlmb4
commands:
- git submodule update --init
- name: nodb-codecov
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- phpenmod xdebug
- TEST_SELECTION=NODB ./autotest.sh sqlite
commands:
- git submodule update --init
- name: db-codecov
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- phpenmod xdebug
- TEST_SELECTION=QUICKDB ./autotest.sh sqlite
commands:
- git submodule update --init
- name: object-store
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- phpenmod xdebug
- ./tests/drone-wait-objectstore.sh
commands:
- git submodule update --init
- name: object-store
- image: nextcloudci/php7.2:php7.2-12
+ image: nextcloudci/php7.2:php7.2-13
commands:
- phpenmod xdebug
- ./tests/drone-wait-objectstore.sh
# commands:
# - git submodule update --init
#- name: memcache-redis-cluster
-# image: nextcloudci/php7.2:php7.2-12
+# image: nextcloudci/php7.2:php7.2-13
# commands:
# - phpenmod xdebug
# - sleep 20