Skip to content

Commit b2246bb

Browse files
committed
Requires PHP 8.0 - 8.4
1 parent edf5edc commit b2246bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
tests:
1414
uses: janpecha/actions/.github/workflows/nette-tester-library.yml@master
1515
with:
16-
phpVersions: '["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
16+
phpVersions: '["8.0", "8.1", "8.2", "8.3", "8.4"]'
1717
lowestDependencies: true
1818

1919
coding-style:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{"type": "other", "url": "https://www.janpecha.cz/donate/"}
1414
],
1515
"require": {
16-
"php": ">=5.6.0"
16+
"php": "8.0 - 8.4"
1717
},
1818
"autoload": {
1919
"classmap": ["src/"]

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Library for describe of the database schema.
1919
composer require czproject/sql-schema
2020
```
2121

22-
CzProject\SqlSchema requires PHP 5.6 or later.
22+
CzProject\SqlSchema requires PHP 8.0 or later.
2323

2424

2525
## Usage

0 commit comments

Comments
 (0)