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 c167010 commit b4555bbCopy full SHA for b4555bb
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
- 5432:5432
55
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
56
redis:
57
- image: redis:3
+ image: redis:7
58
env:
59
CKAN_SQLALCHEMY_URL: postgresql://ckan_default:pass@postgres/ckan_test
60
CKAN_DATASTORE_WRITE_URL: postgresql://datastore_write:pass@postgres/datastore_test
0 commit comments