0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-03-23 14:27:02 +00:00

Add support for stable php 7.4 (#242)

This commit is contained in:
Witold Wasiczko 2020-01-02 12:58:15 +01:00 committed by Edward Z. Yang
parent fe0452d688
commit d15890222b

View File

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