diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f79fb902d..556fecd6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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