Skip to content

Commit c045009

Browse files
committed
support for PHP 8.3
1 parent 070f96d commit c045009

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
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
10+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
1111

1212
fail-fast: false
1313

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
"nette/component-model": "^3.0",
2020
"nette/http": "^3.1",
2121
"nette/utils": "^3.2.5 || ~4.0.0"

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The recommended way to install is via Composer:
4444
composer require nette/forms
4545
```
4646

47-
It requires PHP version 7.2 and supports PHP up to 8.2.
47+
It requires PHP version 7.2 and supports PHP up to 8.3.
4848

4949

5050
Client-side support can be installed with npm or yarn:

0 commit comments

Comments
 (0)