From a45a8783e64709926d23bdc9aa52b0e074cce18c Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Thu, 23 Jun 2022 11:48:06 +0200 Subject: [PATCH] Support PHP 8 --- .github/workflows/ci.yml | 1 + phpunit.xml.dist | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 448826e..bcd7ace 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: strategy: matrix: php: + - 8.1 - 8.0 - 7.4 - 7.3 diff --git a/phpunit.xml.dist b/phpunit.xml.dist index df94cae..b535d50 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,8 +4,9 @@ + convertDeprecationsToExceptions="true"> ./tests/ @@ -16,4 +17,7 @@ ./src/ + + +