0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 16:31:53 +00:00

Add support for PHP 7.4 (#230)

* Add php7.4

* 7.4 cannot fail

* Disallow failures
This commit is contained in:
Witold Wasiczko 2019-09-12 02:25:44 +02:00 committed by Edward Z. Yang
parent ab2887e423
commit c6ca293eab

View File

@ -5,6 +5,7 @@ php:
- '7.1'
- '7.2'
- '7.3'
- '7.4snapshot'
matrix:
include:
- php: '5.4'