Skip to content

Commit

Permalink
build with Postgres 16
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Dec 8, 2023
1 parent 9a5b55a commit 8779661
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
--health-start-period 10s
--health-timeout 5s
--health-retries 10
postgres96:
image: postgres:9.6
postgres13:
image: postgres:13
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand All @@ -112,8 +112,8 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
postgres13:
image: postgres:13
postgres16:
image: postgres:16
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down
4 changes: 2 additions & 2 deletions tests/databases.github.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ username = root
password = root
port = 3308

[pgsql 9.6]
[pgsql 13]
driver = pgsql
host = "127.0.0.1"
database = nextras_orm_test
username = postgres
password = postgres
port = 5432

[pgsql 13]
[pgsql 16]
driver = pgsql
host = "127.0.0.1"
database = nextras_orm_test
Expand Down

0 comments on commit 8779661

Please sign in to comment.