diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 43bc321..4deef92 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -18,6 +18,7 @@ jobs: - '8.1' - '8.2' - '8.3' + - '8.4' steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 88dcf74..e18d7bb 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "ockcyp/covers-validator": "^1.3.3", "phpstan/phpstan": "^0.12.68 || ^1.0.0", "phpmd/phpmd": "^2.9.1", - "vimeo/psalm": "^4.4.1", + "vimeo/psalm": "^5.26.1", "maglnet/composer-require-checker": "^3.0|^2.0" }, "autoload": {