Skip to content

Commit 8db00cc

Browse files
authored
Update test.yml
1 parent 135c19f commit 8db00cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
11+
python-version: [3.9, '3.10', '3.11', '3.12']
1212
requirements-file: [
1313
django-4.2.txt,
1414
django-5.0.txt,
@@ -17,7 +17,7 @@ jobs:
1717
]
1818
custom-image-model: [false, true]
1919
os: [
20-
ubuntu-20.04,
20+
ubuntu-latest,
2121
]
2222
exclude:
2323
- requirements-file: django-5.0.txt
@@ -28,10 +28,10 @@ jobs:
2828
python-version: 3.8
2929
- requirements-file: django-5.1.txt
3030
python-version: 3.9
31-
- requirements-file: django-main.txt
32-
python-version: 3.8
3331
- requirements-file: django-main.txt
3432
python-version: 3.9
33+
- requirements-file: django-main.txt
34+
python-version: 3.10
3535

3636
steps:
3737
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)