We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bfddf commit d5ce953Copy full SHA for d5ce953
.github/workflows/tests.yml
@@ -16,9 +16,9 @@ jobs:
16
strategy:
17
matrix:
18
es_stack:
19
- - 8.12.2
20
- - 8.13.0
21
- - 8.14.0-SNAPSHOT
+ - 8.13.4
+ - 8.14.0
+ - 8.15.0-SNAPSHOT
22
runs-on: ubuntu-latest
23
services:
24
elasticsearch:
@@ -31,7 +31,7 @@ jobs:
31
ports:
32
- 9200:9200
33
steps:
34
- - name: Remove irrelevant software # to free up required disk space
+ - name: Remove irrelevant software # to free up required disk space
35
run: |
36
df -h
37
sudo rm -rf /opt/ghc
@@ -44,7 +44,7 @@ jobs:
44
- name: Setup python
45
uses: actions/setup-python@v5
46
with:
47
- python-version: '3.10'
+ python-version: "3.10"
48
- name: Setup nbtest
49
run: make install-nbtest
50
- name: Warm up
0 commit comments