mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 08:21:52 +00:00
Fix GH workflow conditions (#298)
* Fix GH workflow conditions * Remove PHP 8
This commit is contained in:
parent
288bf75acc
commit
c97bb93223
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user