Skip to content

Commit 38d15df

Browse files
committed
Run integration tests against postgres 16
postgres 12 is end of life since 6 months. 13 and above are still supported but I think it's overall better if we test a more recent version of postgres.
1 parent 14bb8f7 commit 38d15df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-db-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
services:
1919
pgsql:
20-
image: postgres:12
20+
image: postgres:16
2121
env:
2222
POSTGRES_DB: test
2323
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)