Skip to content

Commit e02a949

Browse files
committed
Revert "Drop PHP < 7.4 support"
This reverts commit 49a7134.
1 parent 49a7134 commit e02a949

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/coding-standards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
php:
19-
- "7.4"
19+
- "7.2"
2020

2121
steps:
2222
- name: "Checkout"

.github/workflows/continuous-integration.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
strategy:
2020
matrix:
2121
php:
22+
- "7.2"
23+
- "7.3"
2224
- "7.4"
2325
- "8.0"
2426
- "8.1"
@@ -63,7 +65,7 @@ jobs:
6365
strategy:
6466
matrix:
6567
php:
66-
- "8.0"
68+
- "7.4"
6769

6870
steps:
6971
- name: "Checkout"
@@ -114,7 +116,7 @@ jobs:
114116
strategy:
115117
matrix:
116118
php:
117-
- "7.4"
119+
- "7.2"
118120

119121
steps:
120122
- name: "Checkout"

composer.json

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

0 commit comments

Comments
 (0)