Skip to content

Commit 41a770e

Browse files
authored
Merge pull request #250 from patchlevel/php84-support
Add PHP 8.4 support
2 parents be78b47 + 12bc3b6 commit 41a770e

6 files changed

Lines changed: 93 additions & 14 deletions

File tree

.github/workflows/coding-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dependencies:
2121
- "locked"
2222
php-version:
23-
- "8.3"
23+
- "8.4"
2424
operating-system:
2525
- "ubuntu-latest"
2626

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dependencies:
2121
- "locked"
2222
php-version:
23-
- "8.3"
23+
- "8.4"
2424
operating-system:
2525
- "ubuntu-latest"
2626

.github/workflows/phpunit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,16 @@ jobs:
2323
php-version:
2424
- "8.2"
2525
- "8.3"
26+
- "8.4"
2627
operating-system:
2728
- "ubuntu-latest"
2829
- "windows-latest"
2930
include:
3031
- dependencies: "locked"
31-
php-version: "8.3"
32+
php-version: "8.4"
3233
operating-system: "ubuntu-latest"
3334
- dependencies: "locked"
34-
php-version: "8.3"
35+
php-version: "8.4"
3536
operating-system: "windows-latest"
3637
steps:
3738
- name: "Checkout"

.github/workflows/psalm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dependencies:
2121
- "locked"
2222
php-version:
23-
- "8.3"
23+
- "8.4"
2424
operating-system:
2525
- "ubuntu-latest"
2626

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": "~8.2.0 || ~8.3.0",
21+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
2222
"patchlevel/event-sourcing": "^3.10.0",
2323
"symfony/cache": "^6.4.0|^7.0.0",
2424
"symfony/config": "^6.4.0|^7.0.0",

composer.lock

Lines changed: 86 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)