Drop PHP < 7.4 support

This will allow us to use flexible heredocs in test,
as well as typed properties and other goodies.

https://www.php.net/releases/7_3_0.php
https://www.php.net/releases/7_4_0.php
pull/89/head
Jan Tojnar 2 years ago committed by Jérémy Benoist
parent 648d8c605b
commit e792644fe8
  1. 2
      .github/workflows/coding-standards.yml
  2. 6
      .github/workflows/continuous-integration.yml
  3. 2
      composer.json

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
php: php:
- "7.2" - "7.4"
steps: steps:
- name: "Checkout" - name: "Checkout"

@ -19,8 +19,6 @@ jobs:
strategy: strategy:
matrix: matrix:
php: php:
- "7.2"
- "7.3"
- "7.4" - "7.4"
- "8.0" - "8.0"
- "8.1" - "8.1"
@ -65,7 +63,7 @@ jobs:
strategy: strategy:
matrix: matrix:
php: php:
- "7.4" - "8.0"
steps: steps:
- name: "Checkout" - name: "Checkout"
@ -116,7 +114,7 @@ jobs:
strategy: strategy:
matrix: matrix:
php: php:
- "7.2" - "7.4"
steps: steps:
- name: "Checkout" - name: "Checkout"

@ -24,7 +24,7 @@
"role": "Developer (original JS version)" "role": "Developer (original JS version)"
}], }],
"require": { "require": {
"php": ">=7.2.0", "php": ">=7.4.0",
"ext-mbstring": "*", "ext-mbstring": "*",
"psr/log": "^1.0.1 || ^2.0 || ^3.0", "psr/log": "^1.0.1 || ^2.0 || ^3.0",
"masterminds/html5": "^2.7" "masterminds/html5": "^2.7"

Loading…
Cancel
Save