Skip to content

Commit

Permalink
Drop PHP < 7.4 support
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jtojnar committed Mar 16, 2024
1 parent 549e96e commit 49a7134
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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.2"
- "7.4"

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

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

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.2.0",
"php": ">=7.4.0",
"ext-mbstring": "*",
"psr/log": "^1.0.1 || ^2.0 || ^3.0",
"masterminds/html5": "^2.7"
Expand Down

0 comments on commit 49a7134

Please sign in to comment.