Skip to content

Commit

Permalink
Revert "Drop PHP < 7.4 support"
Browse files Browse the repository at this point in the history
This reverts commit 49a7134.
  • Loading branch information
jtojnar committed Mar 16, 2024
1 parent 49a7134 commit e02a949
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
php:
- "7.4"
- "7.2"

steps:
- name: "Checkout"
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
strategy:
matrix:
php:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
Expand Down Expand Up @@ -63,7 +65,7 @@ jobs:
strategy:
matrix:
php:
- "8.0"
- "7.4"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -114,7 +116,7 @@ jobs:
strategy:
matrix:
php:
- "7.4"
- "7.2"

steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"role": "Developer (original JS version)"
}],
"require": {
"php": ">=7.4.0",
"php": ">=7.2.0",
"ext-mbstring": "*",
"psr/log": "^1.0.1 || ^2.0 || ^3.0",
"masterminds/html5": "^2.7"
Expand Down

0 comments on commit e02a949

Please sign in to comment.