Skip to content
Snippets Groups Projects
Commit 6858794f authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Try to use php7.4

parent 8fa52307
No related branches found
No related tags found
No related merge requests found
Pipeline #198489 failed
......@@ -22,8 +22,8 @@ stages:
- php7.4 ./occ app:enable webapppassword
- php7.4 -S localhost:8080 &
- cd apps/webapppassword
- composer require --dev christophwurst/nextcloud:dev-${CORE_BRANCH}
- composer run psalm
- php7.4 composer require --dev christophwurst/nextcloud:dev-${CORE_BRANCH}
- php7.4 composer run psalm
- make test
after_script:
- '[ -z "$NC_TMP" ] || rm -Rf $NC_TMP'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment