Skip to content

Commit 305166c

Browse files
committed
requires PHP 7.2
1 parent 26c4652 commit 305166c

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
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']
10+
php: ['7.2', '7.3', '7.4', '8.0']
1111

1212
fail-fast: false
1313

@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v2
3838
- uses: shivammathur/setup-php@v2
3939
with:
40-
php-version: 7.1
40+
php-version: 7.2
4141
coverage: none
4242

4343
- run: composer update --no-progress --prefer-dist --prefer-lowest --prefer-stable

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- 7.1
43
- 7.2
54
- 7.3
65
- 7.4

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",
18+
"php": ">=7.2",
1919
"nette/finder": "^2.4 || ^3.0",
2020
"nette/utils": "^2.4 || ^3.0"
2121
},

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Install Nette Caching via Composer:
2121
composer require nette/caching
2222
```
2323

24-
It requires PHP version 7.1 and supports PHP up to 8.0.
24+
It requires PHP version 7.2 and supports PHP up to 8.0.
2525

2626

2727
Basic Usage

0 commit comments

Comments
 (0)