From 27d8f0048eb1a9c7e49e0268f39b2db7d3ce7ae9 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 25 Aug 2021 01:45:03 +0200 Subject: [PATCH] support for PHP 8.1 --- .github/workflows/tests.yml | 2 +- composer.json | 2 +- readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index afede4e0..3c99ca8f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.2', '7.3', '7.4', '8.0'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1'] fail-fast: false diff --git a/composer.json b/composer.json index 458e555d..5a3a562a 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": ">=7.2 <8.1", + "php": ">=7.2 <8.2", "nette/finder": "^2.4 || ^3.0", "nette/utils": "^2.4 || ^3.0" }, diff --git a/readme.md b/readme.md index 67725aca..fa5762eb 100644 --- a/readme.md +++ b/readme.md @@ -33,7 +33,7 @@ Installation composer require nette/caching ``` -It requires PHP version 7.2 and supports PHP up to 8.0. +It requires PHP version 7.2 and supports PHP up to 8.1. Basic Usage