Skip to content

Commit 66bb4d5

Browse files
committed
support for PHP 8.5
1 parent 2bcad19 commit 66bb4d5

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
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
matrix:
14-
php: ['8.1', '8.2', '8.3', '8.4']
14+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1515

1616
fail-fast: false
1717

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.4",
18+
"php": "8.1 - 8.5",
1919
"ext-pdo": "*",
2020
"nette/caching": "^3.2",
2121
"nette/utils": "^4.0"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The recommended way to install is via Composer:
4040
composer require nette/database
4141
```
4242

43-
It requires PHP version 8.1 and supports PHP up to 8.4.
43+
It requires PHP version 8.1 and supports PHP up to 8.5.
4444

4545

4646
Usage

0 commit comments

Comments
 (0)