Skip to content

Commit 7be4e51

Browse files
committed
requires PHP 8.0
1 parent 8fb2ef4 commit 7be4e51

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/coding-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: shivammathur/setup-php@v2
1212
with:
13-
php-version: 7.2
13+
php-version: 8.0
1414
coverage: none
1515

1616
- run: composer create-project nette/code-checker temp/code-checker ^3 --no-progress

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: 7.4
16+
php-version: 8.0
1717
coverage: none
1818

1919
- run: composer install --no-progress --prefer-dist

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

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.0.
44+
It requires PHP version 8.0.
4545

4646

4747
Usage

0 commit comments

Comments
 (0)