Skip to content

Commit 0b9bfe1

Browse files
committed
Updated test versions
1 parent a9f8d22 commit 0b9bfe1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ jobs:
1818
# AttributeError: module 'collections' has no attribute 'Callable'
1919
# https://github.com/nose-devs/nose/issues/1099
2020
django:
21-
- 'Django~=2.2.0'
22-
- 'Django~=3.0.0'
23-
- 'Django~=3.1.0'
2421
- 'Django~=3.2.0'
2522
- 'Django~=4.0.0'
2623
- 'Django~=4.1.0'
24+
- 'Django~=4.2.0'
2725
experimental: [false]
2826
# include:
2927
# - python: '3.9'
@@ -38,6 +36,8 @@ jobs:
3836
django: 'Django~=4.0.0'
3937
- python: '3.7'
4038
django: 'Django~=4.1.0'
39+
- python: '3.7'
40+
django: 'Django~=4.2.0'
4141
services:
4242
postgres:
4343
image: postgres:latest
@@ -69,7 +69,7 @@ jobs:
6969
env:
7070
DB_SETTINGS: >-
7171
{
72-
"ENGINE":"django.db.backends.postgresql_psycopg2",
72+
"ENGINE":"django.db.backends.postgresql",
7373
"NAME":"querybuilder",
7474
"USER":"postgres",
7575
"PASSWORD":"postgres",
@@ -78,7 +78,7 @@ jobs:
7878
}
7979
DB_SETTINGS2: >-
8080
{
81-
"ENGINE":"django.db.backends.postgresql_psycopg2",
81+
"ENGINE":"django.db.backends.postgresql",
8282
"NAME":"querybuilder2",
8383
"USER":"postgres",
8484
"PASSWORD":"postgres",

0 commit comments

Comments
 (0)