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

Try to use PHP 7.4

parent 4ae9f016
No related branches found
No related tags found
No related merge requests found
Pipeline #111318 failed
......@@ -12,16 +12,16 @@ stages:
- cp * $NC_TMP/apps/webapppassword -R
- cd $NC_TMP
- mkdir data
- ./occ maintenance:install
- php7.4 ./occ maintenance:install
--admin-user="admin"
--admin-pass="admin"
--database "sqlite"
--database-name="oc_autotest"
--database-user="oc_autotest"
--database-pass="oc_autotest"
- ./occ app:enable webapppassword
- ./occ app:check-code webapppassword
- php -S localhost:8080 &
- php7.4 ./occ app:enable webapppassword
- php7.4 ./occ app:check-code webapppassword
- php7.4 -S localhost:8080 &
- cd apps/webapppassword
- make test
after_script:
......
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