Skip to content

Commit fb621fd

Browse files
committed
Updated project to PHP 8.4
1 parent e7b2492 commit fb621fd

File tree

10 files changed

+1632
-1263
lines changed

10 files changed

+1632
-1263
lines changed

.github/workflows/static-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dependencies:
2020
- "locked"
2121
php-version:
22-
- "8.1"
22+
- "8.2"
2323
operating-system:
2424
- "ubuntu-latest"
2525

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- "lowest"
2222
- "highest"
2323
php-version:
24-
- "8.1"
2524
- "8.2"
2625
- "8.3"
26+
- "8.4"
2727
operating-system:
2828
- "ubuntu-latest"
2929

baseline.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
}
1616
],
1717
"require": {
18-
"php": "~8.1 || ~8.2 || ~8.3",
18+
"php": "~8.2 || ~8.3 || ~8.4",
1919
"symfony/translation": "~5.4||~6.4||~7",
20-
"symfony/yaml": "~5.4||~6.4||~7",
21-
"aeon-php/calendar": "^1.0"
20+
"symfony/yaml": "~5.4||~6.4||~7"
2221
},
2322
"require-dev": {
24-
"thunderer/shortcode": "^0.7"
23+
"thunderer/shortcode": "^0.7",
24+
"aeon-php/calendar": "^1.0"
2525
},
2626
"config": {
2727
"bin-dir": "bin"
@@ -48,7 +48,6 @@
4848
"tools/vendor/bin/phpunit"
4949
],
5050
"static:analyze": [
51-
"tools/vendor/bin/psalm --output-format=compact",
5251
"tools/vendor/bin/phpstan analyze -c phpstan.neon",
5352
"tools/vendor/bin/php-cs-fixer fix --dry-run"
5453
],

0 commit comments

Comments
 (0)