Kanboard now requires PHP >= 7.2 since other versions are deprecated

This commit is contained in:
Timo
2020-01-14 21:02:31 +01:00
committed by Frédéric Guillot
parent 7731dde413
commit 64397f45fa
39 changed files with 520 additions and 363 deletions

View File

@@ -11,9 +11,9 @@ language: php
sudo: false
php:
- 7.4
- 7.3
- 7.2
- 5.6
env:
- DB=sqlite
@@ -22,8 +22,8 @@ env:
matrix:
fast_finish: true
before_install:
- composer install
before_script:
- composer install --no-interaction
- npm install -g jshint
script: