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: