diff --git a/.github/workflows/composer-lint.yml b/.github/workflows/composer-lint.yml index 0b791ea1..01c2da13 100644 --- a/.github/workflows/composer-lint.yml +++ b/.github/workflows/composer-lint.yml @@ -19,4 +19,4 @@ jobs: name: "Composer Lint" uses: "doctrine/.github/.github/workflows/composer-lint.yml@6.0.0" with: - php-version: "8.4" + php-version: "8.5" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 056f9a26..61650892 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -33,6 +33,7 @@ jobs: - "8.2" - "8.3" - "8.4" + - "8.5" dbal-version: - "3.3.0" dependencies: diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 17457e45..51a86003 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -25,4 +25,4 @@ jobs: name: "Static Analysis" uses: "doctrine/.github/.github/workflows/phpstan.yml@6.0.0" with: - php-version: "8.4" + php-version: "8.5" diff --git a/composer.json b/composer.json index 3af9add7..68c67301 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "homepage": "https://www.doctrine-project.org/", "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "ext-json": "*", "doctrine/dbal": "^3.3.2", "doctrine/doctrine-laminas-hydrator": "^3.2.0",