Skip to content

Commit 3f8fcc7

Browse files
committed
support for PHP 8.3
1 parent b250ea8 commit 3f8fcc7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
14+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
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": ">=7.2 <8.3",
18+
"php": "7.2 - 8.3",
1919
"ext-pdo": "*",
2020
"nette/caching": "^3.0",
2121
"nette/utils": "^3.2.1 || ~4.0.0"

readme.md

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

44-
It requires PHP version 7.2 and supports PHP up to 8.2.
44+
It requires PHP version 7.2 and supports PHP up to 8.3.
4545

4646

4747
Usage

0 commit comments

Comments
 (0)