Skip to content

Commit 8b14bf3

Browse files
committed
add ignore-platform-req for PHP 8.4
1 parent 2243d85 commit 8b14bf3

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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.4"
28+
php-version: "8.3"

.github/workflows/continuous-integration.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- "8.1"
3333
- "8.2"
3434
- "8.3"
35-
- "8.4"
3635
dbal-version:
3736
- "3.3.0"
3837
dependencies:
@@ -49,6 +48,16 @@ jobs:
4948
dbal-version: "3.3.0"
5049
dependencies: "lowest"
5150
optional-dependencies: true
51+
- php-version: "8.4"
52+
dbal-version: "3.3.0"
53+
dependencies: "lowest"
54+
optional-dependencies: true
55+
composer-options: "--ignore-platform-req=php"
56+
- php-version: "8.4"
57+
dbal-version: "3.3.0"
58+
dependencies: "highest"
59+
optional-dependencies: true
60+
composer-options: "--ignore-platform-req=php"
5261

5362
services:
5463
mysql:

.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.4"
28+
php-version: "8.3"

0 commit comments

Comments
 (0)