Skip to content

Commit

Permalink
update python to 3.12, postgres to 16, node to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Oct 30, 2024
1 parent 6c21bcb commit d38f496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-24.04
services:
postgres:
image: postgres:12
image: postgres:16
env:
POSTGRES_PASSWORD: postgres
ports:
Expand All @@ -26,11 +26,11 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.12'
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- name: Setup Postgres
env:
PGPASSWORD: postgres
Expand Down

0 comments on commit d38f496

Please sign in to comment.