Skip to content

Commit

Permalink
ci: fix django and postgresql version
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Jul 24, 2023
1 parent 2ef8241 commit 90f2d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
services:
postgres:
image: postgres:12
image: postgres:14
env:
POSTGRES_PASSWORD: postgres
ports:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.10'
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 90f2d36

Please sign in to comment.