From 5ff06b92ad4f53810d2f85af5ab286bf455cbfee Mon Sep 17 00:00:00 2001 From: Marick van Tuil Date: Mon, 6 Dec 2021 21:26:56 +0100 Subject: [PATCH 1/2] Test package on PHP 8.1 --- .github/workflows/run-tests.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index adca7fe..9bbc248 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - php: [8.0, 7.4, 7.3, 7.2] + php: [8.1, 8.0, 7.4, 7.3, 7.2] laravel: [8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*] os: [ubuntu-latest] include: @@ -42,6 +42,16 @@ jobs: php: 8.0 - laravel: 5.6.* php: 8.0 + - laravel: 5.6.* + php: 8.1 + - laravel: 5.7.* + php: 8.1 + - laravel: 5.8.* + php: 8.1 + - laravel: 6.* + php: 8.1 + - laravel: 7.* + php: 8.1 name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} From 33f5a511c5a25546aa133b628ebd0cc89a3df51a Mon Sep 17 00:00:00 2001 From: Marick van Tuil Date: Mon, 6 Dec 2021 21:30:31 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 058a2e3..edda785 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Please check the table below for supported Laravel and PHP versions: | 5.8 | 7.2 or 7.3 or 7.4 | 6.x | 7.2 or 7.3 or 7.4 or 8.0 | 7.x | 7.2 or 7.3 or 7.4 or 8.0 -| 8.x | 7.3 or 7.4 or 8.0 +| 8.x | 7.3 or 7.4 or 8.0 or 8.1 # Installation