1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-10 01:06:20 +02: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.2'
- '7.3'
- '7.4snapshot'
- '7.4'
matrix:
include:
- php: '5.4'