We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b21d4a commit e6ca6f1Copy full SHA for e6ca6f1
.github/workflows/continuous-integration.yml
@@ -21,9 +21,6 @@ jobs:
21
strategy:
22
matrix:
23
php:
24
- - "5.6"
25
- - "7.0"
26
- - "7.1"
27
- "7.2"
28
- "7.3"
29
- "7.4"
@@ -122,7 +119,7 @@ jobs:
122
119
123
120
124
121
125
- - "7.2"
+ - "7.4"
126
127
steps:
128
- name: "Checkout"
composer.json
@@ -24,7 +24,7 @@
"role": "Developer (original JS version)"
}],
"require": {
- "php": ">=5.6.0",
+ "php": ">=7.2",
"ext-mbstring": "*",
"psr/log": "^1.0.1 || ^2.0 || ^3.0",
30
"masterminds/html5": "^2.7"
0 commit comments