From 5cba15e26abd3efb762ad2e8997fd97bbc51c46b Mon Sep 17 00:00:00 2001 From: Maks Rafalko Date: Sun, 8 Dec 2024 19:42:36 +0300 Subject: [PATCH] Backport PHP 8.4 support to 0.4 --- .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 9152cf4..30aac57 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' ] + php-version: [ '8.1', '8.2', '8.3', '8.4' ] name: Tests on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }} diff --git a/composer.json b/composer.json index 86355fc..4816b2b 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "source": "https://github.com/sidz/phpstan-rules" }, "require": { - "php": "^8.1, <8.4", + "php": "^8.1, <8.5", "phpstan/phpstan": "^1.8" }, "require-dev": {