Skip to content

Commit

Permalink
Run tests with psql v12 and v14
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykarcher committed Sep 22, 2023
1 parent 838b1c4 commit 7499e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
matrix:
os: [ubuntu-22.04]
go: ["1.19", "1.20"]
pg: [9.6.5, 10]
pg: [12, 14]
runs-on: ${{ matrix.os }}
services:
postgres:
Expand Down

0 comments on commit 7499e70

Please sign in to comment.