Skip to content

Commit

Permalink
Test against redis 6.2 and postgres 14
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Oct 25, 2022
1 parent be9c671 commit 693d956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ on: [push, pull_request]
env:
go-version: "1.19.x"
postgis-version: "3.1"
redis-version: "5.0.6"
jobs:
test:
name: Test
strategy:
matrix:
pg-version: ["12", "13"]
redis-version: ["5.0.6", "6.2"]
pg-version: ["13", "14"]
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Install Redis
uses: zhulik/redis-action@v1.0.0
with:
redis version: ${{ env.redis-version }}
redis version: ${{ matrix.redis-version }}

- name: Install PostgreSQL
uses: nyaruka/postgis-action@v2
Expand Down

0 comments on commit 693d956

Please # to comment.