From bfd4c2dad0820b1e77b95c0fc30b331a5a550987 Mon Sep 17 00:00:00 2001 From: Oleg Zhulnev Date: Sat, 26 Jul 2025 15:47:28 +0300 Subject: [PATCH] Support PHP 8.5 --- .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 30aac57..79bee16 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' ] + php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ] name: Tests on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }} diff --git a/composer.json b/composer.json index 8fd5fb3..72a27a6 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "source": "https://github.com/sidz/phpstan-rules" }, "require": { - "php": "^8.1, <8.5", + "php": "^8.1, <8.6", "phpstan/phpstan": "^2.0" }, "require-dev": {