diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 32c9264..38b8d6b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,8 +24,7 @@ jobs: include: - php: '8.5' composer_options: '--ignore-platform-req=php+' - - symfony-version: '^8.0.0-BETA1' - composer-minimum-stability: 'beta' + - symfony-version: '^8.0' php: '8.4' - symfony-version: '^7.3' php: '8.3' diff --git a/composer.json b/composer.json index 8ea201b..49900f5 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "phpspec/prophecy": "^1.18", "phpspec/prophecy-phpunit": "^2.0", "phpstan/extension-installer": "^1.4", - "phpstan/phpstan": "2.1.40", + "phpstan/phpstan": "2.1.42", "phpstan/phpstan-phpunit": "2.0.16", "phpunit/phpunit": "^10 || ^11 || ^12", "psalm/plugin-phpunit": "0.19.3",