From 6ee860962d93a3dd21279f686c752a120e2eb91e Mon Sep 17 00:00:00 2001 From: Maks Rafalko Date: Sat, 19 Sep 2026 09:58:47 +0200 Subject: [PATCH] Add support for PHP 8.6 --- .github/workflows/ci.yaml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79bee16..0f09678 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: operating-system: [ ubuntu-latest ] - php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ] + php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5', '8.6' ] name: Tests on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }} diff --git a/composer.json b/composer.json index 127ae64..c4e68c8 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "source": "https://github.com/sidz/phpstan-rules" }, "require": { - "php": "^8.1, <8.6", + "php": "^8.1, <8.7", "phpstan/phpstan": "^2.0" }, "require-dev": {