Drop PHP < 7.2

pull/110/head
Jeremy Benoist 6 months ago
parent 0b21d4ab2d
commit e6ca6f117f
No known key found for this signature in database
GPG Key ID: 7168D5DD29F38552
  1. 5
      .github/workflows/continuous-integration.yml
  2. 2
      composer.json

@ -21,9 +21,6 @@ jobs:
strategy:
matrix:
php:
- "5.6"
- "7.0"
- "7.1"
- "7.2"
- "7.3"
- "7.4"
@ -122,7 +119,7 @@ jobs:
strategy:
matrix:
php:
- "7.2"
- "7.4"
steps:
- name: "Checkout"

@ -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",
"masterminds/html5": "^2.7"

Loading…
Cancel
Save