Skip to content

Commit 50bd43c

Browse files
Update github action tests. (#293)
1 parent 0b8b427 commit 50bd43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/app_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1818
steps:
1919
- name: Checkout source
2020
uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
working-directory: src
3838
services:
3939
Elasticsearch:
40-
image: docker.elastic.co/elasticsearch/elasticsearch:8.14.3
40+
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.0
4141
env:
4242
"discovery.type": single-node
4343
"xpack.security.enabled": false

0 commit comments

Comments
 (0)