From 248ca06b2e955fa8d02440be27f7ab8e13ab06dc Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Sat, 6 Dec 2025 14:49:49 +0100 Subject: [PATCH] Adding PHP 8.5 to pipeline --- .github/workflows/pipeline.yaml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",