File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1111 tags :
1212 - ' v[0-9]+\.[0-9]+\.[0-9]+*'
1313env :
14- MONGODB_3_4 : 3.4.19
1514 MONGODB_3_6 : 3.6.13
1615 MONGODB_4_0 : 4.0.13
16+ MONGODB_4_2 : 4.2.12
17+ MONGODB_4_4 : 4.4.4
1718
1819 PYMONGO_3_4 : 3.4
1920 PYMONGO_3_6 : 3.6
@@ -47,14 +48,14 @@ jobs:
4748 MONGODB : [$MONGODB_4_0]
4849 PYMONGO : [$PYMONGO_3_11]
4950 include :
50- - python-version : 3.7
51- MONGODB : $MONGODB_3_4
52- PYMONGO : $PYMONGO_3_6
5351 - python-version : 3.7
5452 MONGODB : $MONGODB_3_6
5553 PYMONGO : $PYMONGO_3_9
5654 - python-version : 3.7
57- MONGODB : $MONGODB_3_6
55+ MONGODB : MONGODB_4_2
56+ PYMONGO : $PYMONGO_3_6
57+ - python-version : 3.7
58+ MONGODB : $MONGODB_4_4
5859 PYMONGO : $PYMONGO_3_11
5960 steps :
6061 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Development
77===========
88- (Fill this out as you fix issues and develop your features).
99- Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471
10+ - Add MongoDB 4.4 to CI
1011
1112Changes in 0.22.1
1213=================
You can’t perform that action at this time.
0 commit comments