Skip to content

Commit 93025ff

Browse files
committed
require PHP 7.1+
1 parent e8384cd commit 93025ff

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.github/workflows/qa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
php: ['5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
19+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
2020

2121
name: PHP ${{ matrix.php }}
2222

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"license": "BSD-3-Clause",
66
"require": {
7-
"php": ">=5.4"
7+
"php": ">=7.1"
88
},
99
"require-dev": {
1010
"dibi/dibi": "~3.0 | ~4.0",

tests/matrix/nette-di/nette-2.4-php-5.6-to-7.0.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)