Skip to content

Commit d5ce953

Browse files
Updating es_stack to enable pipeline to run on new build (#263)
1 parent 46bfddf commit d5ce953

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
strategy:
1717
matrix:
1818
es_stack:
19-
- 8.12.2
20-
- 8.13.0
21-
- 8.14.0-SNAPSHOT
19+
- 8.13.4
20+
- 8.14.0
21+
- 8.15.0-SNAPSHOT
2222
runs-on: ubuntu-latest
2323
services:
2424
elasticsearch:
@@ -31,7 +31,7 @@ jobs:
3131
ports:
3232
- 9200:9200
3333
steps:
34-
- name: Remove irrelevant software # to free up required disk space
34+
- name: Remove irrelevant software # to free up required disk space
3535
run: |
3636
df -h
3737
sudo rm -rf /opt/ghc
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup python
4545
uses: actions/setup-python@v5
4646
with:
47-
python-version: '3.10'
47+
python-version: "3.10"
4848
- name: Setup nbtest
4949
run: make install-nbtest
5050
- name: Warm up

0 commit comments

Comments
 (0)