From 5997c96b8d43f91720db7b309b219ee83e3b9e6a Mon Sep 17 00:00:00 2001 From: Jenthe Noordsij Date: Wed, 26 Aug 2026 17:14:37 +0200 Subject: [PATCH] Add support for PHP 8.6 --- .github/workflows/tests.yml | 2 +- AGENTS.md | 2 +- composer.json | 2 +- readme.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 49764a8..0ba6d84 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2', '8.3', '8.4', '8.5'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5', '8.6'] fail-fast: false diff --git a/AGENTS.md b/AGENTS.md index 4cfbed7..1517624 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -18,7 +18,7 @@ subtler than it looks. **Nette Schema** validates and normalizes data structures (config files, API inputs) through a fluent `Expect::` builder and a `Processor`. -- **PHP Version**: 8.1 - 8.5 +- **PHP Version**: 8.1 - 8.6 - **Package**: `nette/schema` (dep: `nette/utils`); `master` = 2.0-dev, maintenance lives on `v1.x` branches diff --git a/composer.json b/composer.json index c08148e..fd7b1aa 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "php": "8.1 - 8.5", + "php": "8.1 - 8.6", "nette/utils": "^4.0" }, "require-dev": { diff --git a/readme.md b/readme.md index 356a327..d47f87b 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ Installation: composer require nette/schema ``` -It requires PHP version 8.1 and supports PHP up to 8.5. +It requires PHP version 8.1 and supports PHP up to 8.6. [Support Me](https://github.com/sponsors/dg)