Skip to content

Commit

Permalink
Use redis 5.x for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Mar 11, 2022
1 parent c47caf5 commit 45b17cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
env:
go-version: "1.17.x"
postgis-version: "3.1"
redis-version: "3.2.4"
redis-version: "5.0.6"
jobs:
test:
name: Test
Expand Down

0 comments on commit 45b17cd

Please sign in to comment.