Skip to content

Commit 2af354a

Browse files
committed
Use 7.11.0-SNAPSHOT in CI
1 parent bd3c1a2 commit 2af354a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.ci/jobs/elastic+elasticsearch-php+7.9.yml renamed to .ci/jobs/elastic+elasticsearch-php+7.11.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+7.9
4-
display-name: 'elastic / elasticsearch-php # 7.9'
5-
description: Testing the elasticsearch-php 7.9 branch.
3+
name: elastic+elasticsearch-php+7.11
4+
display-name: 'elastic / elasticsearch-php # 7.11'
5+
description: Testing the elasticsearch-php 7.11 branch.
66
parameters:
77
- string:
88
name: branch_specifier
9-
default: refs/heads/7.9
9+
default: refs/heads/7.11
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-
- 7.x-SNAPSHOT
3+
- 7.11.0-SNAPSHOT
44

55
PHP_VERSION:
66
- 8.0-cli

0 commit comments

Comments
 (0)