Add script to old versions
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
3f5d275e6d
commit
7bf32677b8
|
@ -249,6 +249,7 @@ steps:
|
||||||
- name: nodb-php7.2
|
- name: nodb-php7.2
|
||||||
image: nextcloudci/php7.2:latest
|
image: nextcloudci/php7.2:latest
|
||||||
commands:
|
commands:
|
||||||
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=NODB ./autotest.sh sqlite
|
||||||
- name: nodb-php7.3
|
- name: nodb-php7.3
|
||||||
image: nextcloudci/php7.3:latest
|
image: nextcloudci/php7.3:latest
|
||||||
|
@ -285,6 +286,7 @@ steps:
|
||||||
- name: sqlite-php7.2
|
- name: sqlite-php7.2
|
||||||
image: nextcloudci/php7.2:php7.2-13
|
image: nextcloudci/php7.2:php7.2-13
|
||||||
commands:
|
commands:
|
||||||
|
- bash tests/drone-run-php-tests.sh || exit 0
|
||||||
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
- NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh sqlite
|
||||||
- name: sqlite-php7.3
|
- name: sqlite-php7.3
|
||||||
image: nextcloudci/php7.3:php7.3-4
|
image: nextcloudci/php7.3:php7.3-4
|
||||||
|
|
Loading…
Reference in New Issue