Skip to content

Commit cf737a2

Browse files
committed
requires PHP 7.2
1 parent d65a5b4 commit cf737a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macOS-latest]
11-
php: ['7.1', '7.2', '7.3', '7.4', '8.0']
11+
php: ['7.2', '7.3', '7.4', '8.0']
1212

1313
fail-fast: false
1414

.travis.yml

Lines changed: 1 addition & 2 deletions
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
@@ -58,7 +57,7 @@ jobs:
5857
- stage: Code Coverage
5958

6059

61-
sudo: false
60+
dist: xenial
6261

6362
cache:
6463
directories:

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 <8.1"
1919
},
2020
"require-dev": {
2121
"nette/tester": "~2.0",

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The recommended way to install is via Composer:
3838
composer require nette/utils
3939
```
4040

41+
- Nette Utils 3.2 is compatible with PHP 7.2 to 8.0
4142
- Nette Utils 3.1 is compatible with PHP 7.1 to 8.0
4243
- Nette Utils 3.0 is compatible with PHP 7.1 to 8.0
4344
- Nette Utils 2.5 is compatible with PHP 5.6 to 8.0

0 commit comments

Comments
 (0)