Skip to content

Commit 5690f8c

Browse files
authored
Update test.yml
1 parent 41edbd0 commit 5690f8c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ['3.8', '3.9', '3.10', '3.11']
13-
django-version: ['3.2', '4.0', '4.1', '4.2']
12+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
13+
django-version: ['4.2', '5.0', '5.1']
1414
os: [
15-
ubuntu-20.04,
15+
ubuntu-latest,
1616
]
1717
exclude:
18-
- python-version: '3.11'
19-
django-version: '3.2'
20-
- python-version: '3.11'
21-
django-version: '4.0'
22-
- python-version: '3.8'
23-
django-version: '4.2'
2418
- python-version: '3.9'
25-
django-version: '4.2'
19+
django-version: '5.0'
20+
- python-version: '3.9'
21+
django-version: '5.1'
22+
- python-version: '3.10'
23+
django-version: '5.0'
24+
- python-version: '3.10'
25+
django-version: '5.1'
2626

2727
steps:
2828
- uses: actions/checkout@v4
@@ -50,12 +50,12 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
python-version: ['3.10', '3.11']
53+
python-version: ['3.12', '3.13']
5454
django-version: [
5555
'https://github.com/django/django/archive/main.tar.gz'
5656
]
5757
os: [
58-
ubuntu-20.04,
58+
ubuntu-latest,
5959
]
6060

6161
steps:

0 commit comments

Comments
 (0)