Skip to content

Commit f8918d8

Browse files
committed
Require PHP >= 5.6
Now the PHP version requirement is on par with WordPress: https://wordpress.org/support/article/requirements/ Fixes MyIntervals#207
1 parent 2a2a167 commit f8918d8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
strategy:
1616
matrix:
17-
php-version: [ '5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4' ]
17+
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4' ]
1818

1919
steps:
2020
- name: Checkout
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
php-version: [ '5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3' ]
42+
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3' ]
4343
coverage: [ 'none' ]
4444
include:
4545
- php-version: 7.4

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revision History
22

3+
## x.y
4+
5+
## x.y.z
6+
7+
* Require PHP >= 5.6
8+
39
## 8.0
410

511
### 8.0.0 (2016-06-30)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{"name": "Raphael Schweikert"}
1010
],
1111
"require": {
12-
"php": ">=5.3.2"
12+
"php": ">=5.6.20"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^4.8.36",

0 commit comments

Comments
 (0)