File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
env :
6
6
PHP_VERSION : " {{ matrix.php }}"
7
7
TEST_SUITE : " {{ matrix.suite }}"
8
- STACK_VERSION : 8.10 -SNAPSHOT
8
+ STACK_VERSION : 8.12 -SNAPSHOT
9
9
matrix :
10
10
setup :
11
11
suite :
12
12
- " free"
13
13
- " platinum"
14
14
php :
15
+ - " 8.3-cli"
15
16
- " 8.2-cli"
16
17
- " 8.1-cli"
17
18
- " 8.0-cli"
18
- - " 7.4-cli"
19
19
command : ./.buildkite/run-tests
20
20
artifact_paths : " *.xml"
Original file line number Diff line number Diff line change 10
10
"type" : " library" ,
11
11
"license" : " MIT" ,
12
12
"require" : {
13
- "php" : " ^7.4 || ^ 8.0" ,
13
+ "php" : " ^8.0" ,
14
14
"elastic/transport" : " ^8.8" ,
15
15
"psr/http-client" : " ^1.0" ,
16
16
"psr/http-message" : " ^1.1 || ^2.0" ,
Original file line number Diff line number Diff line change 28
28
final class Client implements ClientInterface
29
29
{
30
30
const CLIENT_NAME = 'es ' ;
31
- const VERSION = '8.11 .0 ' ;
31
+ const VERSION = '8.12 .0 ' ;
32
32
const API_COMPATIBILITY_HEADER = '%s/vnd.elasticsearch+%s; compatible-with=8 ' ;
33
33
34
34
use ClientEndpointsTrait;
You can’t perform that action at this time.
0 commit comments