Skip to content

Commit efe1118

Browse files
committed
Add PHP 7.4, remove HHVM
1 parent dbedd1c commit efe1118

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ php:
1010
- 7.1
1111
- 7.2
1212
- 7.3
13-
- hhvm
13+
- 7.4snapshot
1414
- nightly
1515

1616
matrix:
1717
allow_failures:
1818
- php: nightly
1919

2020
before_script:
21-
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-master.sh > xp-run
21+
- curl -sSL https://dl.bintray.com/xp-runners/generic/xp-run-8.1.7.sh > xp-run
2222
- composer install --prefer-dist
2323
- echo "vendor/autoload.php" > composer.pth
2424

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Logging
66
[![BSD Licence](https://raw.githubusercontent.com/xp-framework/web/master/static/licence-bsd.png)](https://github.com/xp-framework/core/blob/master/LICENCE.md)
77
[![Required PHP 5.6+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-5_6plus.png)](http://php.net/)
88
[![Supports PHP 7.0+](https://raw.githubusercontent.com/xp-framework/web/master/static/php-7_0plus.png)](http://php.net/)
9-
[![Supports HHVM 3.4+](https://raw.githubusercontent.com/xp-framework/web/master/static/hhvm-3_4plus.png)](http://hhvm.com/)
109
[![Latest Stable Version](https://poser.pugx.org/xp-framework/logging/version.png)](https://packagist.org/packages/xp-framework/logging)
1110

1211
Logging for the XP Framework.

0 commit comments

Comments
 (0)