Skip to content

Commit 00c0a6d

Browse files
committed
Updated to ES 9.1.0
1 parent 58abf1a commit 00c0a6d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ steps:
77
env:
88
PHP_VERSION: "{{ matrix.php }}"
99
TEST_SUITE: "{{ matrix.suite }}"
10-
STACK_VERSION: 9.0.0-SNAPSHOT
11-
BRANCH_CLIENT_TESTS: 9.0
10+
STACK_VERSION: 9.1.0-SNAPSHOT
11+
BRANCH_CLIENT_TESTS: 9.1
1212
matrix:
1313
setup:
1414
suite:

.github/workflows/integration_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: [8.1, 8.2, 8.3, 8.4]
1313
os: [ubuntu-latest]
14-
es-version: [9.0.0-SNAPSHOT]
14+
es-version: [9.1.0-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

.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: [8.1, 8.2, 8.3, 8.4]
1313
os: [ubuntu-latest]
14-
es-version: [9.0.0-SNAPSHOT]
14+
es-version: [9.1.0-SNAPSHOT]
1515

1616
steps:
1717
- name: Checkout

.github/workflows/yaml_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
matrix:
1212
php-version: [8.1, 8.2, 8.3, 8.4]
1313
os: [ubuntu-latest]
14-
es-version: [9.0.0-SNAPSHOT]
14+
es-version: [9.1.0-SNAPSHOT]
1515
test-suite: [stack]
16-
branch-client-tests: ["9.0"]
16+
branch-client-tests: ["9.1"]
1717

1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)