diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index d7fd0de1..38926177 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2', '8.3', '8.4'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5'] dependencies: ['lowest', 'highest'] steps: - name: Checkout diff --git a/composer.json b/composer.json index 7f25eee7..411fe45a 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "symfony/uid": "^6.4 || ^7.3 || ^8.0" }, "require-dev": { - "php-cs-fixer/shim": "^3.84", + "php-cs-fixer/shim": "^3.91", "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^10.5", "psr/cache": "^3.0",