allow PHP 8.4

This commit is contained in:
Dennis Riehle
2025-01-24 16:12:55 +01:00
parent 2bb028e140
commit f2865ba9b5
5 changed files with 5 additions and 4 deletions

View File

@@ -25,4 +25,4 @@ jobs:
name: "Coding Standards"
uses: "doctrine/.github/.github/workflows/coding-standards.yml@6.0.0"
with:
php-version: "8.3"
php-version: "8.4"

View File

@@ -19,4 +19,4 @@ jobs:
name: "Composer Lint"
uses: "doctrine/.github/.github/workflows/composer-lint.yml@6.0.0"
with:
php-version: "8.3"
php-version: "8.4"

View File

@@ -31,6 +31,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
dependencies:
- "highest"
include:

View File

@@ -25,4 +25,4 @@ jobs:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/phpstan.yml@6.0.0"
with:
php-version: "8.3"
php-version: "8.4"

View File

@@ -11,7 +11,7 @@
],
"homepage": "https://www.doctrine-project.org/",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-mongodb": "*",
"doctrine/cache": "^2.0.0",
"doctrine/doctrine-laminas-hydrator": "^3.3.0",