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 a43ea07 commit 700d5ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ env:
jobs:
test:
name: Test
strategy:
matrix:
pg-version: ["13", "14"]
env:
pg-version: "14"
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -16,7 +15,7 @@ jobs:
- name: Install PostgreSQL
uses: harmon758/postgresql-action@v1
with:
postgresql version: ${{ matrix.pg-version }}
postgresql version: ${{ env.pg-version }}
postgresql db: archiver_test
postgresql user: temba
postgresql password: temba
Expand Down

0 comments on commit 700d5ec

Please sign in to comment.