From 1c784a5c3d95941cd1ed40799c3931eda2024c3e Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 24 Dec 2021 02:26:25 +0000 Subject: [PATCH] ci: test on php 8.0 (#308) * PHP 8 support * only php 8.0 * Merged to master Co-authored-by: Edward Z. Yang --- .github/workflows/ci.yml | 2 +- composer.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 907d0112..7fe862e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/composer.json b/composer.json index 0ff86b5d..5f62d889 100644 --- a/composer.json +++ b/composer.json @@ -15,9 +15,6 @@ "require": { "php": ">=5.2" }, - "require-dev": { - "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" - }, "autoload": { "psr-0": { "HTMLPurifier": "library/" }, "files": ["library/HTMLPurifier.composer.php"],