Skip to content

Commit

Permalink
Update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Nov 21, 2022
1 parent 66a4dc1 commit fbb2741
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ name: CI
on: [push, pull_request]
env:
go-version: "1.19.x"
es-version: "7.17.6"
jobs:
test:
name: Test
strategy:
matrix:
pg-version: ["13", "14"]
env:
pg-version: "14"
es-version: "7.17.6"
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -22,7 +21,7 @@ jobs:
- name: Install PostgreSQL
uses: harmon758/postgresql-action@v1
with:
postgresql version: ${{ matrix.pg-version }}
postgresql version: ${{ env.pg-version }}
postgresql db: elastic_test
postgresql user: nyaruka
postgresql password: nyaruka
Expand Down

0 comments on commit fbb2741

Please sign in to comment.