|
@@ -17,9 +17,8 @@ on:
|
|
|
# - test runs with USE_EMAIL_USER_MODEL=yes and DISABLE_TIMEZONE=yes
|
|
|
|
|
|
# Current configuration:
|
|
|
-# - django 2.2, python 3.6, mysql
|
|
|
-# - django 3.0, python 3.7, sqlite
|
|
|
-# - django 3.1, python 3.8, postgres
|
|
|
+# - django 3.0, python 3.6, sqlite
|
|
|
+# - django 3.1, python 3.7, postgres
|
|
|
# - django 3.2, python 3.8, postgres
|
|
|
# - django 3.2, python 3.9, mysql
|
|
|
# - django 3.2, python 3.9, sqlite
|
|
@@ -27,9 +26,8 @@ on:
|
|
|
# - django 3.2, python 3.9, postgres, DISABLE_TIMEZONE=yes
|
|
|
# - django stable/3.2.x, python 3.9, postgres (allow failures)
|
|
|
# - django main, python 3.9, postgres (allow failures)
|
|
|
-# - elasticsearch 5, django 2.2, python 3.6, sqlite
|
|
|
-# - elasticsearch 6, django 3.0, python 3.7, postgres
|
|
|
-# - elasticsearch 7, django 3.1, python 3.8, postgres
|
|
|
+# - elasticsearch 5, django 3.0, python 3.6, sqlite
|
|
|
+# - elasticsearch 6, django 3.1, python 3.7, postgres
|
|
|
# - elasticsearch 7, django 3.2, python 3.8, postgres
|
|
|
# - elasticsearch 7, django 3.2, python 3.9, sqlite, USE_EMAIL_USER_MODEL=yes
|
|
|
|
|
@@ -39,7 +37,7 @@ jobs:
|
|
|
strategy:
|
|
|
matrix:
|
|
|
include:
|
|
|
- - python: 3.7
|
|
|
+ - python: 3.6
|
|
|
django: "Django>=3.0,<3.1"
|
|
|
- python: 3.9
|
|
|
django: "Django>=3.1,<3.2"
|
|
@@ -67,7 +65,7 @@ jobs:
|
|
|
strategy:
|
|
|
matrix:
|
|
|
include:
|
|
|
- - python: 3.8
|
|
|
+ - python: 3.7
|
|
|
django: "Django>=3.1,<3.2"
|
|
|
experimental: false
|
|
|
- python: 3.8
|
|
@@ -123,8 +121,6 @@ jobs:
|
|
|
strategy:
|
|
|
matrix:
|
|
|
include:
|
|
|
- - python: 3.6
|
|
|
- django: "Django>=2.2,<3.0"
|
|
|
- python: 3.9
|
|
|
django: "Django>=3.2,<3.3"
|
|
|
|
|
@@ -166,7 +162,7 @@ jobs:
|
|
|
matrix:
|
|
|
include:
|
|
|
- python: 3.6
|
|
|
- django: "Django>=2.2,<3.0"
|
|
|
+ django: "Django>=3.0,<3.1"
|
|
|
steps:
|
|
|
- name: Configure sysctl limits
|
|
|
run: |
|
|
@@ -250,7 +246,7 @@ jobs:
|
|
|
matrix:
|
|
|
include:
|
|
|
- python: 3.7
|
|
|
- django: "Django>=3.0,<3.1"
|
|
|
+ django: "Django>=3.1,<3.2"
|
|
|
|
|
|
services:
|
|
|
postgres:
|
|
@@ -297,8 +293,6 @@ jobs:
|
|
|
strategy:
|
|
|
matrix:
|
|
|
include:
|
|
|
- - python: 3.8
|
|
|
- django: "Django>=3.1,<3.2"
|
|
|
- python: 3.8
|
|
|
django: "Django>=3.2,<3.3"
|
|
|
|