Skip to content

Commit

Permalink
Upgrade ES and python in github actions. (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo authored Oct 31, 2024
1 parent 380564d commit 96c22e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/local_web_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
working-directory: src/tests/app
services:
Elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.6.1
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.3
env:
discovery.type : single-node
xpack.security.enabled: "false"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.11" ]
python-version: [ "3.12" ]

steps:
- name: Checkout source
Expand Down

0 comments on commit 96c22e3

Please sign in to comment.