Skip to content

Commit

Permalink
chore(ci): add PostgreSQL 17 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored Oct 21, 2024
1 parent 72837ba commit 4591ef0
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.22", "1.23" ]
postgres-version: [ 16, 15, 14, 13, 12 ]
postgres-version: [ 17, 16, 15, 14, 13, 12 ]
# Ensure that all combinations of Go and Postgres versions will run
continue-on-error: true

Expand Down

0 comments on commit 4591ef0

Please sign in to comment.