We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ed790 commit 1f30093Copy full SHA for 1f30093
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
POSTGRES_DB: postgres
51
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
52
redis:
53
- image: redis:3
+ image: redis:7
54
env:
55
CKAN_SQLALCHEMY_URL: postgresql://ckan_default:pass@postgres/ckan_test
56
CKAN_DATASTORE_WRITE_URL: postgresql://datastore_write:pass@postgres/datastore_test
0 commit comments