Skip to content

Commit e6ca6f1

Browse files
committed
Drop PHP < 7.2
1 parent 0b21d4a commit e6ca6f1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
strategy:
2222
matrix:
2323
php:
24-
- "5.6"
25-
- "7.0"
26-
- "7.1"
2724
- "7.2"
2825
- "7.3"
2926
- "7.4"
@@ -122,7 +119,7 @@ jobs:
122119
strategy:
123120
matrix:
124121
php:
125-
- "7.2"
122+
- "7.4"
126123

127124
steps:
128125
- name: "Checkout"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"role": "Developer (original JS version)"
2525
}],
2626
"require": {
27-
"php": ">=5.6.0",
27+
"php": ">=7.2",
2828
"ext-mbstring": "*",
2929
"psr/log": "^1.0.1 || ^2.0 || ^3.0",
3030
"masterminds/html5": "^2.7"

0 commit comments

Comments
 (0)