Skip to content

Commit

Permalink
Make GitHub Actions tests run with PostgreSQL 14
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Apr 27, 2022
1 parent 0a3195d commit 21d7b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ['3.10']
services:
postgres:
image: postgis/postgis:9.5-2.5
image: postgis/postgis:14-3.2
env:
POSTGRES_USER: kobo
POSTGRES_PASSWORD: kobo
Expand All @@ -29,7 +29,7 @@ jobs:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
redis_cache:
image: redis:3.2
image: redis:6.2
ports:
- 6380:6379
steps:
Expand Down

0 comments on commit 21d7b60

Please sign in to comment.