From a9f499cefb7f302abaf1890b3ed9ab7630814614 Mon Sep 17 00:00:00 2001 From: Simon Frings Date: Wed, 22 Jun 2022 13:14:47 +0200 Subject: [PATCH] Support PHP 8.1 --- .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 ae61063..2757783 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: strategy: matrix: php: + - 8.1 - 8.0 - 7.4 - 7.3 diff --git a/phpunit.xml.dist b/phpunit.xml.dist index dbe6515..cd0e903 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,8 +4,9 @@ + convertDeprecationsToExceptions="true"> ./tests/ @@ -16,4 +17,7 @@ ./src/ + + +