We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd889b9 commit 7087390Copy full SHA for 7087390
.github/workflows/django.yml
@@ -8,10 +8,10 @@ on:
8
9
jobs:
10
build:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
12
services:
13
postgres:
14
- image: postgres:12
+ image: postgres:16
15
env:
16
POSTGRES_PASSWORD: postgres
17
ports:
@@ -26,11 +26,11 @@ jobs:
26
- name: Set up Python ${{ matrix.python-version }}
27
uses: actions/setup-python@v5
28
with:
29
- python-version: '3.8'
+ python-version: '3.12'
30
- name: Setup Node
31
uses: actions/setup-node@v4
32
33
- node-version: '18.x'
+ node-version: '20.x'
34
- name: Setup Postgres
35
36
PGPASSWORD: postgres
0 commit comments