diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c318b46..3e59ca9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: continue-on-error: ${{matrix.php == '8.0'}} strategy: matrix: - php: ['7.4', '8.0', '8.1'] + php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] deps: ['high', 'low', 'stable'] fail-fast: false steps: diff --git a/composer.json b/composer.json index 75cb82e..033a4db 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "squizlabs/php_codesniffer": "^3.4", - "vimeo/psalm": "^4.17.0 || dev-master || ^5.0.0 || ^6.0.0 || dev-master", + "vimeo/psalm": "^5.0.0 || ^6.5.1 || dev-master", "phpunit/phpunit": "^9.5.20", "codeception/codeception": "^4.1.31 || ^5.0.0-rc3" },