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 263863d..8fd5fb3 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": "^2.0" }, "require-dev": {