We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d7359 commit a83117aCopy full SHA for a83117a
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
POSTGRES_DB: postgres
23
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
24
redis:
25
- image: redis:3
+ image: redis:7
26
env:
27
CKAN_SQLALCHEMY_URL: postgresql://ckan_default:pass@postgres/ckan_test
28
CKAN_DATASTORE_WRITE_URL: postgresql://datastore_write:pass@postgres/datastore_test
@@ -31,7 +31,7 @@ jobs:
31
CKAN_REDIS_URL: redis://redis:6379/1
32
33
steps:
34
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
35
- name: Install requirements
36
run: |
37
pip install -e .
0 commit comments