Skip to content

Commit

Permalink
Removed support of PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jan 25, 2024
1 parent fef964f commit 1316814
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ steps:
env:
PHP_VERSION: "{{ matrix.php }}"
TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 8.10-SNAPSHOT
STACK_VERSION: 8.12-SNAPSHOT
matrix:
setup:
suite:
- "free"
- "platinum"
php:
- "8.3-cli"
- "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": "^7.4 || ^8.0",
"php": "^8.0",
"elastic/transport": "^8.8",
"psr/http-client": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
final class Client implements ClientInterface
{
const CLIENT_NAME = 'es';
const VERSION = '8.11.0';
const VERSION = '8.12.0';
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8';

use ClientEndpointsTrait;
Expand Down

0 comments on commit 1316814

Please sign in to comment.