Skip to content

Commit d269eae

Browse files
committed
Added 8.4 job + updated tests
1 parent bfd04a2 commit d269eae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.ci/jobs/elastic+elasticsearch-php+6.8.x.yml renamed to .ci/jobs/elastic+elasticsearch-php+8.4.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
- job:
3-
name: elastic+elasticsearch-php+6.8.x
4-
display-name: 'elastic / elasticsearch-php # 6.8.x'
5-
description: Testing the elasticsearch-php 6.8.x branch.
3+
name: elastic+elasticsearch-php+8.4
4+
display-name: 'elastic / elasticsearch-php # 8.4'
5+
description: Testing the elasticsearch-php 8.4 branch.
66
parameters:
77
- string:
88
name: branch_specifier
9-
default: refs/heads/6.8.x
9+
default: refs/heads/8.4
1010
description: the Git branch specifier to build (<branchName>, <tagName>,
1111
<commitId>, etc.)
1212
triggers:

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
STACK_VERSION:
3-
- 8.3.0-SNAPSHOT
3+
- 8.4.0-SNAPSHOT
44

55
PHP_VERSION:
66
- 8.1-cli

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
php-version: [7.4, 8.0, 8.1]
1313
os: [ubuntu-latest]
14-
es-version: [8.3.0-SNAPSHOT]
14+
es-version: [8.4.0-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)