Skip to content

Commit

Permalink
Revert support of PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jan 26, 2024
1 parent 508f476 commit 512e899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ steps:
- "8.2-cli"
- "8.1-cli"
- "8.0-cli"
- "7.4-cli"
command: ./.buildkite/run-tests
artifact_paths: "*.xml"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^8.0",
"php": "^7.4 || ^8.0",
"elastic/transport": "^8.8",
"psr/http-client": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
Expand Down

0 comments on commit 512e899

Please sign in to comment.