Add php8 CI
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
e02c9ec1bf
commit
b611bc3115
20
.drone.yml
20
.drone.yml
|
@ -256,11 +256,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- 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-php8.0
|
- name: nodb-php8.0
|
||||||
# image: nextcloudci/php8.0:latest
|
image: nextcloudci/php8.0:latest
|
||||||
# commands:
|
commands:
|
||||||
# - bash tests/drone-run-php-tests.sh || exit 0
|
- 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
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
@ -293,11 +293,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- bash tests/drone-run-php-tests.sh || exit 0
|
- 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-php8.0
|
- name: sqlite-php8.0
|
||||||
# image: nextcloudci/php8.0:latest
|
image: nextcloudci/php8.0:latest
|
||||||
# commands:
|
commands:
|
||||||
# - bash tests/drone-run-php-tests.sh || exit 0
|
- 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
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
|
Loading…
Reference in New Issue