diff --git a/.github/workflows/app_tests.yml b/.github/workflows/app_tests.yml index 0adab562..22173c86 100644 --- a/.github/workflows/app_tests.yml +++ b/.github/workflows/app_tests.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: Checkout source uses: actions/checkout@v4 @@ -37,7 +37,7 @@ jobs: working-directory: src services: Elasticsearch: - image: docker.elastic.co/elasticsearch/elasticsearch:8.14.3 + image: docker.elastic.co/elasticsearch/elasticsearch:8.17.0 env: "discovery.type": single-node "xpack.security.enabled": false