mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-05 21:57:26 +02:00
ci: test on php 8.0 (#308)
* PHP 8 support * only php 8.0 * Merged to master Co-authored-by: Edward Z. Yang <ezyang@mit.edu>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
|
||||
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
|
||||
|
||||
name: PHP ${{ matrix.php }}
|
||||
|
||||
|
Reference in New Issue
Block a user