From 986a1224df0b35e103419fe87553a5f2bf46c03e Mon Sep 17 00:00:00 2001 From: Jonathan S Berry Date: Mon, 18 Nov 2024 15:35:13 +0000 Subject: [PATCH] Use correct image tags in Github actions --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 05bdd56..baf1e8b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,12 +7,12 @@ jobs: # The CKAN version tag of the Solr and Postgres containers should match # the one of the container the tests run on. # You can switch this base image with a custom image tailored to your project - image: ckan/ckan-base:2.11.0 + image: ckan/ckan-base:2.11-py3.10 services: solr: - image: ckan/ckan-solr:2.10-solr8 + image: ckan/ckan-solr:2.11-solr9 postgres: - image: ckan/ckan-postgres-dev:2.10 + image: ckan/ckan-postgres-dev:2.11 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres