Skip to content

Commit

Permalink
Update PostgreSQL and Python versions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kofrezo committed Jul 19, 2023
1 parent e7cb79d commit 363d686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

services:
db:
image: 'postgres:14'
image: 'postgres:15'
env:
POSTGRES_USER: serveradmin
POSTGRES_PASSWORD: serveradmin
Expand All @@ -32,7 +32,7 @@ jobs:
--health-timeout 5s
--health-retries 5
pdns-db:
image: 'postgres:14'
image: 'postgres:15'
env:
POSTGRES_USER: powerdns
POSTGRES_PASSWORD: powerdns
Expand Down

0 comments on commit 363d686

Please sign in to comment.