1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Added PHP version 7.1 for tests

This commit is contained in:
Václav Makeš 2016-10-09 01:58:47 +02:00
parent f4e0234af0
commit 0080ef218e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
language: php
php:
- 7.1
- 7.0
- 5.6
- 5.5

View File

@ -18,7 +18,7 @@ Better Markdown Parser in PHP
* Super Fast
* Extensible
* [GitHub flavored](https://help.github.com/articles/github-flavored-markdown)
* Tested in 5.3 to 7.0 and in HHVM
* Tested in 5.3 to 7.1 and in HHVM
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
### Installation