Skip to content

Commit 85a59fc

Browse files
committed
supports PHP 8.4
1 parent 7c7b214 commit 85a59fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['8.0', '8.1', '8.2', '8.3']
10+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
1111

1212
fail-fast: false
1313

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "8.0 - 8.3"
18+
"php": "8.0 - 8.4"
1919
},
2020
"require-dev": {
2121
"nette/tester": "^2.5",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Install it using Composer:
1313
composer require nette/command-line
1414
```
1515

16-
It requires PHP version 8.0 and supports PHP up to 8.3.
16+
It requires PHP version 8.0 and supports PHP up to 8.4.
1717

1818
If you like Nette, **[please make a donation now](https://nette.org/donate)**. Thank you!

0 commit comments

Comments
 (0)