Skip to content

Commit

Permalink
Disable ES version 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanuszkiewicz-tt committed Oct 5, 2023
1 parent cc1459a commit ec082fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
esVersion:
- "5.5"
- "7.10"
- "7.11"
- "7.12"
Expand All @@ -30,6 +29,11 @@ jobs:
- "8.3"
- "8.4"
- "8.5"
- "8.6"
- "8.7"
- "8.8"
- "8.9"
- "8.10"

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rootProject.name = 'traveltime-elasticsearch-plugin'
include 'common'
include '5.5'
//include '5.5'
include '7.10'
include '7.11'
include '7.12'
Expand Down

0 comments on commit ec082fd

Please sign in to comment.