Skip to content

Commit 249226d

Browse files
committed
allow PHP 8.4
1 parent a348893 commit 249226d

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
name: "Coding Standards"
2626
uses: "doctrine/.github/.github/workflows/[email protected]"
2727
with:
28-
php-version: "8.3"
28+
php-version: "8.4"

.github/workflows/composer-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
name: "Composer Lint"
2020
uses: "doctrine/.github/.github/workflows/[email protected]"
2121
with:
22-
php-version: "8.3"
22+
php-version: "8.4"

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- "8.1"
3333
- "8.2"
3434
- "8.3"
35+
- "8.4"
3536
dbal-version:
3637
- "3.3.0"
3738
dependencies:

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
name: "Static Analysis"
2626
uses: "doctrine/.github/.github/workflows/[email protected]"
2727
with:
28-
php-version: "8.3"
28+
php-version: "8.4"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-json": "*",
1616
"doctrine/dbal": "^3.3.2",
1717
"doctrine/doctrine-laminas-hydrator": "^3.2.0",
18-
"doctrine/doctrine-module": "^6.2.0",
18+
"doctrine/doctrine-module": "^6.3.0",
1919
"doctrine/event-manager": "^2.0.0",
2020
"doctrine/orm": "^2.13.0",
2121
"doctrine/persistence": "^3.0.0",

0 commit comments

Comments
 (0)