Skip to content

Commit e7894a0

Browse files
committed
8.4
Signed-off-by: arhimede <[email protected]>
1 parent 5134be5 commit e7894a0

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
php:
1818
- "8.2"
1919
- "8.3"
20+
- "8.4"
2021

2122
steps:
2223
- name: Checkout

.github/workflows/qodana_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
checks: write
1616
strategy:
1717
matrix:
18-
php-versions: [ '8.2', '8.3']
18+
php-versions: [ '8.2', '8.3', '8.4']
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
php:
1818
- "8.2"
1919
- "8.3"
20+
- "8.4"
2021

2122
steps:
2223
- name: Checkout

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"require": {
46-
"php": "~8.2.0 || ~8.3.0 || ~8.4",
46+
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
4747
"dotkernel/dot-cli": "^3.9",
4848
"dotkernel/dot-dependency-injection": "^1.2",
4949
"dotkernel/dot-errorhandler": "4.2.1",
@@ -82,6 +82,6 @@
8282
"cs-fix": "phpcbf",
8383
"test": "phpunit --colors=always",
8484
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
85-
"static-analysis": "phpstan analyse"
85+
"static-analysis": "phpstan analyse --memory-limit 1G"
8686
}
8787
}

0 commit comments

Comments
 (0)