From 3883b688d6bc3b7ff0054996a9df9059a8768c4d Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 25 Aug 2021 02:03:58 +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 01c7894fe..266902db6 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 2f5447877..9ae31e55f 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": ">=7.2 <8.1", + "php": ">=7.2 <8.2", "nette/component-model": "^3.0", "nette/http": "^3.1", "nette/utils": "^3.2.1" diff --git a/readme.md b/readme.md index 10773178d..945ea9a94 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ The recommended way to install is via Composer: composer require nette/forms ``` -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. Client-side support can be installed with npm or yarn: