From d1edccccbdf6534972b1d3ef78a0951b82f7d622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Thu, 2 Dec 2021 08:38:47 +0100 Subject: [PATCH] Add Testsupport for PHP 8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukas Kämmerling --- .github/workflows/tests.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ea1306c..8291782 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest ] - php: [ 7.2, 7.3, 7.4, 8.0 ] + php: [ 7.2, 7.3, 7.4, 8.0, 8.1 ] dependency-version: [ prefer-lowest, prefer-stable ] name: P${{ matrix.php }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} diff --git a/README.md b/README.md index 3c333c1..c0cafd7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Also look at the [examples](examples). ### Dependencies -* PHP ^7.2 +* PHP ^7.2 | ^8.0 * [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) ## Black box testing