diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9962d78..6199024 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,7 @@ jobs: php-version: - "8.3" - "8.4" + - "8.5" operating-system: ["ubuntu-latest"] steps: diff --git a/composer.json b/composer.json index af70750..aefee21 100644 --- a/composer.json +++ b/composer.json @@ -23,13 +23,13 @@ "phpstan/phpstan": "^2.1.1", "phpunit/phpunit": "^12.0", "predis/predis": "^2.2", - "symfony/clock": "^6.4|^7.0", - "symfony/config": "^6.4|^7.0", - "symfony/dependency-injection": "^6.4|^7.0", - "symfony/http-foundation": "^6.4|^7.0", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/routing": "^6.4|^7.0", - "symfony/security-core": "^6.4|^7.0", + "symfony/clock": "^7.4|^8.0", + "symfony/config": "^7.4|^8.0", + "symfony/dependency-injection": "^7.4|^8.0", + "symfony/http-foundation": "^7.4|^8.0", + "symfony/http-kernel": "^7.4|^8.0", + "symfony/routing": "^7.4|^8.0", + "symfony/security-core": "^7.4|^8.0", "phpstan/phpstan-phpunit": "^2.0", "phpstan/phpstan-symfony": "^2.0" }, diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 8868394..afe37c2 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -7,6 +7,8 @@ parameters: excludePaths: # Declaring types for static function parameters is not possible - src/Bundle/DependencyInjection/Configuration.php + ignoreErrors: + - '#Property Brainbits\\Blocking\\Storage\\InMemoryStorage::\$blocks#' includes: - vendor/brainbits/phpstan-rules/rules.neon - vendor/phpstan/phpstan-phpunit/rules.neon