From 7576cff15920b7b29fc93b91f036abaaf678a2e6 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Sat, 25 Jan 2025 09:16:37 -0500 Subject: [PATCH] update Elasticsearch and MongoDB in CI to match pygeoapi-examples --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 49421bc07..45fe45b2a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: - name: Install and run Elasticsearch 📦 uses: getong/elasticsearch-action@v1.2 with: - elasticsearch version: '8.3.1' + elasticsearch version: '8.17.0' host port: 9200 container port: 9200 host node port: 9300 @@ -71,7 +71,7 @@ jobs: - name: Install and run MongoDB uses: supercharge/mongodb-github-action@1.12.0 with: - mongodb-version: 4.4 + mongodb-version: '8.0.4' - name: Install and run SensorThingsAPI uses: cgs-earth/sensorthings-action@v0.1.0 - name: Install sqlite and gpkg dependencies