From d74ab14375219c60fb90817cc983c920a94ac03f Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Tue, 10 May 2022 12:33:25 +0200 Subject: [PATCH] Support PHP 8.1 --- .github/workflows/ci.yml | 1 + phpunit.xml.dist | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b336f75..248be00 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 3c12d98..ee21735 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,8 +4,9 @@ + convertDeprecationsToExceptions="true"> ./tests/