Skip to content

Commit c9ff517

Browse files
committed
support for PHP 8.3
1 parent b6b3f41 commit c9ff517

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
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
10+
php: ['7.1', '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.1 <8.3",
18+
"php": "7.1 - 8.3",
1919
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0"
2020
},
2121
"require-dev": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Installation:
2121
composer require nette/schema
2222
```
2323

24-
It requires PHP version 7.1 and supports PHP up to 8.2.
24+
It requires PHP version 7.1 and supports PHP up to 8.3.
2525

2626

2727
[Support Me](https://github.com/sponsors/dg)

0 commit comments

Comments
 (0)