mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-03 13:28:41 +00:00
Testing on PHP 7.2
This commit is contained in:
parent
ea127a401b
commit
9ab45e6813
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ php:
|
|||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- nightly
|
||||
|
||||
node_js:
|
||||
|
@ -43,6 +44,7 @@ matrix:
|
|||
- php: 7.0
|
||||
env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite
|
||||
allow_failures:
|
||||
- php: 7.2
|
||||
- php: nightly
|
||||
|
||||
# exclude v1 branches
|
||||
|
|
Loading…
Reference in a new issue