Skip to content

Commit ab68077

Browse files
committed
support for PHP 8.4
1 parent d2d19d5 commit ab68077

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: ['8.0', '8.1', '8.2', '8.3']
14+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
1515

1616
fail-fast: false
1717

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "8.0 - 8.3"
14+
"php": "8.0 - 8.4"
1515
},
1616
"require-dev": {
1717
"tracy/tracy": "^2.9",
@@ -26,6 +26,7 @@
2626
"autoload": {
2727
"classmap": ["src/"]
2828
},
29+
"minimum-stability": "dev",
2930
"scripts": {
3031
"phpstan": "phpstan analyse",
3132
"tester": "tester tests -s"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Install Dibi via Composer:
3434
composer require dibi/dibi
3535
```
3636

37-
The Dibi 5.0 requires PHP version 8.0 and supports PHP up to 8.3.
37+
The Dibi 5.0 requires PHP version 8.0 and supports PHP up to 8.4.
3838

3939

4040
Usage

0 commit comments

Comments
 (0)