Skip to content

Commit c752574

Browse files
committed
Updated travis.yml to remove PHP 7.2 and run tests against PHP 7.3 and 7.4.
Updated readme.md to display PHP version support.
1 parent 643ced1 commit c752574

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
language: php
22

33
php:
4-
- '7.2'
54
- '7.3'
5+
- '7.4'
66

77
script: phpunit --bootstrap src/autoload.php --verbose --coverage-text --coverage-clover=coverage.xml tests
8+
9+
after_success:
10+
- bash <(curl -s https://codecov.io/bash)

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ if ($doc->open($url) {
6262
- [About Document Recycling](docs/recycling.md)
6363
- [Object Performance](docs/performance.md)
6464

65+
## Support
66+
67+
HTMLdoc supports PHP version 7.3+.
68+
6569
## Contributing
6670

6771
If you find an issue with HTMLdoc, please create an issue in the tracker.

0 commit comments

Comments
 (0)