From 1424701981d4aed185ab4a845807f32c8d620d34 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 8f55ecf..3393910 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`) ## Essential Commands diff --git a/composer.json b/composer.json index 6535ac9..c87b6b6 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 57fd937..61aa889 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)