0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 10:45:18 +00:00

Fix GH workflow conditions (#298)

* Fix GH workflow conditions

* Remove PHP 8
This commit is contained in:
Kieran 2021-07-26 15:16:49 +01:00 committed by GitHub
parent 288bf75acc
commit c97bb93223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,6 @@ name: ci
on:
push:
branches:
- "master"
pull_request:
jobs:
@ -12,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, 8.0]
php: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
name: PHP ${{ matrix.php }}