Skip to content

Commit 512e899

Browse files
committed
Revert support of PHP 7.4
1 parent 508f476 commit 512e899

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ steps:
1616
- "8.2-cli"
1717
- "8.1-cli"
1818
- "8.0-cli"
19+
- "7.4-cli"
1920
command: ./.buildkite/run-tests
2021
artifact_paths: "*.xml"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "library",
1111
"license": "MIT",
1212
"require": {
13-
"php": "^8.0",
13+
"php": "^7.4 || ^8.0",
1414
"elastic/transport": "^8.8",
1515
"psr/http-client": "^1.0",
1616
"psr/http-message": "^1.1 || ^2.0",

0 commit comments

Comments
 (0)