Skip to content

Commit 2409046

Browse files
authored
Merge pull request #30 from patchlevel/php84
add php84 support
2 parents 7d00a8b + 969b87c commit 2409046

11 files changed

Lines changed: 1776 additions & 597 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "~8.2.0 || ~8.3.0",
24+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
2525
"patchlevel/event-sourcing": "^3.8.0",
2626
"patchlevel/event-sourcing-bundle": "^3.7.0",
2727
"symfony/asset": "^5.4.33|^6.4.1|^7.0.1",
@@ -31,17 +31,17 @@
3131
"symfony/expression-language": "^5.4.33|^6.4.1|^7.0.1",
3232
"symfony/http-kernel": "^5.4.33|^6.4.1|^7.0.1",
3333
"symfony/var-dumper": "^5.4.29|^6.4.0|^7.0.0",
34-
"twig/twig": "^3.5.0"
34+
"twig/twig": "^3.20.0"
3535
},
3636
"require-dev": {
37-
"infection/infection": "^0.27.0",
37+
"infection/infection": "^0.29.12",
3838
"patchlevel/coding-standard": "^1.3.0",
3939
"phpspec/prophecy-phpunit": "^2.1.0",
4040
"phpstan/phpstan": "^2.1.0",
4141
"phpunit/phpunit": "^10.5.2",
42-
"psalm/plugin-symfony": "^5.2",
42+
"psalm/plugin-symfony": "^5.2.7",
4343
"roave/security-advisories": "dev-master",
44-
"vimeo/psalm": "^5.17.0"
44+
"vimeo/psalm": "^6.8.4"
4545
},
4646
"config": {
4747
"preferred-install": {

0 commit comments

Comments
 (0)