Skip to content

Commit

Permalink
Merge pull request #723 from ClearcodeHQ/es7_17
Browse files Browse the repository at this point in the history
Pin elasticsearch 17 to specific version in tests
  • Loading branch information
fizyk authored Jan 10, 2025
2 parents f0b3e9d + 4c71b40 commit 78e0587
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
python-version: ${{ matrix.python-version }}
elasticsearch: "8.11"
tests_7_17:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
Expand All @@ -125,7 +125,7 @@ jobs:
elasticsearch: "7.17"
tests_7_17_lib_7:
needs: [tests_7_17]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: true
matrix:
Expand Down
1 change: 1 addition & 0 deletions newsfragments/+815af828.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin elasticsearch 17 tests to ubuntu 22.04, as 24.04 had some issues running elasticsearch 17.

0 comments on commit 78e0587

Please sign in to comment.