Skip to content

Commit

Permalink
Update CI to 8.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ndonewar committed Apr 9, 2024
1 parent 6a23d82 commit d247c4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
strategy:
matrix:
ruby-version: ['3.2']
ES_VERSION: ['5.6.15', '8.13.0']
ES_VERSION: ['5.6.15', '8.13.2']
include:
- ES_VERSION: '5.6.15'
ES_DOWNLOAD_URL: >-
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.15.tar.gz
- ES_VERSION: '8.13.0'
- ES_VERSION: '8.13.2'
ES_DOWNLOAD_URL: >-
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.0-linux-x86_64.tar.gz
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.13.2-linux-x86_64.tar.gz
steps:
- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit d247c4a

Please sign in to comment.