ci: test with postgres 17 (#13967)

This commit is contained in:
Marc 'risson' Schmitt
2025-05-26 15:55:34 +02:00
committed by GitHub
parent bfbe8b8038
commit e0cf6128df
+2
View File
@@ -62,6 +62,7 @@ jobs:
psql:
- 15-alpine
- 16-alpine
- 17-alpine
run_id: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v4
@@ -116,6 +117,7 @@ jobs:
psql:
- 15-alpine
- 16-alpine
- 17-alpine
run_id: [1, 2, 3, 4, 5]
steps:
- uses: actions/checkout@v4