Skip to content

Commit

Permalink
Updated test file
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-daly committed Jan 2, 2025
1 parent 43b5663 commit 9c5310f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: openknowledge/ckan-dev:2.9
image: ckan/ckan-dev:2.11
services:
solr:
image: ckan/ckan-solr-dev:2.9
image: ckan/ckan-solr-dev:2.11
postgres:
image: ckan/ckan-postgres-dev:2.9
image: ckan/ckan-postgres-dev:2.11
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit 9c5310f

Please sign in to comment.