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 20be995 commit d7b3e4c
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: postgres:15-alpine
image: postgres:17-alpine
env:
POSTGRES_DB: courier_test
POSTGRES_USER: courier_test
Expand Down

0 comments on commit d7b3e4c

Please sign in to comment.