diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce0153b1..9611cb77 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: