Bump php version for Nextcloud 21

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-10-09 10:12:44 +02:00 committed by Arthur Schiwon
parent 19d287d700
commit 3e572d8618
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View file

@ -6,7 +6,7 @@ clone:
steps:
- name: app-code-check
image: nextcloudci/php7.2:php7.2-13
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: user_saml
CORE_BRANCH: master
@ -35,8 +35,8 @@ clone:
depth: 1
steps:
- name: php7.2
image: nextcloudci/php7.2:php7.2-13
- name: php7.3
image: nextcloudci/php7.3:php7.3-5
environment:
APP_NAME: user_saml
CORE_BRANCH: master
@ -47,8 +47,8 @@ steps:
- cd ../server/apps/$APP_NAME
- cd tests/unit/
- phpunit --configuration phpunit.xml
- name: php7.3
image: nextcloudci/php7.3:php7.3-5
- name: php7.4
image: nextcloudci/php7.4:php7.4-2
environment:
APP_NAME: user_saml
CORE_BRANCH: master