Skip to content

Commit b4555bb

Browse files
committed
chore: uplift redis container from v3 to v7 as rq 2.0.0 drops below v4
1 parent c167010 commit b4555bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- 5432:5432
5555
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
5656
redis:
57-
image: redis:3
57+
image: redis:7
5858
env:
5959
CKAN_SQLALCHEMY_URL: postgresql://ckan_default:pass@postgres/ckan_test
6060
CKAN_DATASTORE_WRITE_URL: postgresql://datastore_write:pass@postgres/datastore_test

0 commit comments

Comments
 (0)