Skip to content

Commit 98431b4

Browse files
committed
Updates STACK_VERSION in tests
1 parent 5ef0493 commit 98431b4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/elasticsearch.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.18.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
11+
elasticsearch: ["6.8-SNAPSHOT", "7.17-SNAPSHOT", "8.19.12-SNAPSHOT", "9.3.0-SNAPSHOT"]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v1
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.18.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
38+
elasticsearch: ["6.8-SNAPSHOT", "7.17-SNAPSHOT", "8.19.12-SNAPSHOT", "9.3.0-SNAPSHOT"]
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v1
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
strategy:
7777
matrix:
78-
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.18.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
78+
elasticsearch: ["6.8-SNAPSHOT", "7.17-SNAPSHOT", "8.19.12-SNAPSHOT", "9.3.0-SNAPSHOT"]
7979
steps:
8080
- name: Checkout
8181
uses: actions/checkout@v1
@@ -103,7 +103,7 @@ jobs:
103103
runs-on: ubuntu-latest
104104
strategy:
105105
matrix:
106-
elasticsearch: ["6.8-SNAPSHOT", "7.x-SNAPSHOT", "8.18.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
106+
elasticsearch: ["6.8-SNAPSHOT", "7.17-SNAPSHOT", "8.19.12-SNAPSHOT", "9.3.0-SNAPSHOT"]
107107
steps:
108108
- name: Checkout
109109
uses: actions/checkout@v1
@@ -144,7 +144,7 @@ jobs:
144144
runs-on: ubuntu-latest
145145
strategy:
146146
matrix:
147-
elasticsearch: ["7.17.22", "8.17.0"]
147+
elasticsearch: ["7.17.29", "8.19.11"]
148148
steps:
149149
- name: Checkout
150150
uses: actions/checkout@v1
@@ -174,7 +174,7 @@ jobs:
174174
runs-on: ubuntu-latest
175175
strategy:
176176
matrix:
177-
elasticsearch: ["8.18.0-SNAPSHOT", "9.0.0-SNAPSHOT"]
177+
elasticsearch: ["8.19.12-SNAPSHOT", "9.3.0-SNAPSHOT"]
178178
steps:
179179
- name: Checkout
180180
uses: actions/checkout@v1
@@ -202,7 +202,7 @@ jobs:
202202
runs-on: ubuntu-latest
203203
strategy:
204204
matrix:
205-
elasticsearch: ["9.0.0-SNAPSHOT"]
205+
elasticsearch: ["9.3.0-SNAPSHOT"]
206206
steps:
207207
- name: Checkout
208208
uses: actions/checkout@v1
@@ -228,7 +228,7 @@ jobs:
228228
runs-on: ubuntu-latest
229229
strategy:
230230
matrix:
231-
elasticsearch: ["9.0.0-SNAPSHOT"]
231+
elasticsearch: ["9.3.0-SNAPSHOT"]
232232
steps:
233233
- name: Checkout
234234
uses: actions/checkout@v1

0 commit comments

Comments
 (0)