From 7238574c2a67da47275c5af1e94a68d6e6433c8a Mon Sep 17 00:00:00 2001 From: Pascal Baljet Date: Tue, 3 Nov 2020 11:08:45 +0100 Subject: [PATCH] WIP --- .travis.yml | 2 ++ composer.json | 2 +- test/CommonMarkTestStrict.php | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1f556b..8e6e420 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,8 @@ matrix: dist: bionic - php: 7.4 dist: bionic + - php: 8.0snapshot + dist: bionic install: - composer install --prefer-dist --no-interaction --no-progress diff --git a/composer.json b/composer.json index f8b40f8..56c91b5 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "ext-mbstring": "*" }, "require-dev": { - "phpunit/phpunit": "^4.8.35" + "phpunit/phpunit": "^4.8.35|^9.0" }, "autoload": { "psr-0": {"Parsedown": ""} diff --git a/test/CommonMarkTestStrict.php b/test/CommonMarkTestStrict.php index 3837738..9a007e2 100644 --- a/test/CommonMarkTestStrict.php +++ b/test/CommonMarkTestStrict.php @@ -1,11 +1,13 @@