Skip to content

Commit

Permalink
Use correct image tags in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansberry committed Nov 18, 2024
1 parent 692fc46 commit 986a122
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: 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
Expand Down

0 comments on commit 986a122

Please sign in to comment.