Skip to content

Commit

Permalink
Return other supported postgres versions to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Prochazka committed Oct 1, 2023
1 parent ed2be18 commit 193d3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# version must be string, otherwise it will be converted to float
# and the trailing zero will be removed. 1.20 -> 1.2
go-version: [ "1.21" ]
postgres-version: [ 16 ]
postgres-version: [ 16, 15, 14, 13, 12, 11 ]
# Ensure that all combinations of Go and Postgres versions will run
continue-on-error: true

Expand Down

0 comments on commit 193d3e2

Please sign in to comment.