Skip to content

Commit

Permalink
run tests on PostgreSQL 16
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Nov 4, 2023
1 parent 8b24248 commit 8e7a8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
container: maven:3.8.6-eclipse-temurin-17
services:
postgres:
image: postgres:15
image: postgres:16
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit 8e7a8e9

Please sign in to comment.