Skip to content

Commit 6867c5d

Browse files
committed
support for PHP 8.4
1 parent 1545fb7 commit 6867c5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macOS-latest]
15-
php: ['8.1', '8.2', '8.3']
15+
php: ['8.1', '8.2', '8.3', '8.4']
1616
sapi: ['php', 'php-cgi']
1717

1818
fail-fast: false

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "8.1 - 8.3",
18+
"php": "8.1 - 8.4",
1919
"nette/utils": "^4.0.4"
2020
},
2121
"require-dev": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Installation
3535
composer require nette/http
3636
```
3737

38-
It requires PHP version 8.1 and supports PHP up to 8.3.
38+
It requires PHP version 8.1 and supports PHP up to 8.4.
3939

4040

4141
HTTP Request

0 commit comments

Comments
 (0)