Skip to content

Commit

Permalink
Test against valkey 8 and postgresql 17
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Dec 20, 2024
1 parent d50483a commit c5fd03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:

services:
redis:
image: redis:6.2-alpine
image: valkey/valkey:8.0-alpine
ports:
- 6379:6379
postgres:
image: postgis/postgis:15-3.3-alpine
image: postgis/postgis:17-3.5-alpine
env:
POSTGRES_PASSWORD: temba
ports:
Expand Down

0 comments on commit c5fd03f

Please sign in to comment.