Add Mongo 4.4 to ci
This commit is contained in:
parent
b479bb7c6b
commit
3b9a167022
11
.github/workflows/github-actions.yml
vendored
11
.github/workflows/github-actions.yml
vendored
@ -11,9 +11,10 @@ on:
|
|||||||
tags:
|
tags:
|
||||||
- 'v[0-9]+\.[0-9]+\.[0-9]+*'
|
- 'v[0-9]+\.[0-9]+\.[0-9]+*'
|
||||||
env:
|
env:
|
||||||
MONGODB_3_4: 3.4.19
|
|
||||||
MONGODB_3_6: 3.6.13
|
MONGODB_3_6: 3.6.13
|
||||||
MONGODB_4_0: 4.0.13
|
MONGODB_4_0: 4.0.13
|
||||||
|
MONGODB_4_2: 4.2.12
|
||||||
|
MONGODB_4_4: 4.4.4
|
||||||
|
|
||||||
PYMONGO_3_4: 3.4
|
PYMONGO_3_4: 3.4
|
||||||
PYMONGO_3_6: 3.6
|
PYMONGO_3_6: 3.6
|
||||||
@ -47,14 +48,14 @@ jobs:
|
|||||||
MONGODB: [$MONGODB_4_0]
|
MONGODB: [$MONGODB_4_0]
|
||||||
PYMONGO: [$PYMONGO_3_11]
|
PYMONGO: [$PYMONGO_3_11]
|
||||||
include:
|
include:
|
||||||
- python-version: 3.7
|
|
||||||
MONGODB: $MONGODB_3_4
|
|
||||||
PYMONGO: $PYMONGO_3_6
|
|
||||||
- python-version: 3.7
|
- python-version: 3.7
|
||||||
MONGODB: $MONGODB_3_6
|
MONGODB: $MONGODB_3_6
|
||||||
PYMONGO: $PYMONGO_3_9
|
PYMONGO: $PYMONGO_3_9
|
||||||
- python-version: 3.7
|
- python-version: 3.7
|
||||||
MONGODB: $MONGODB_3_6
|
MONGODB: MONGODB_4_2
|
||||||
|
PYMONGO: $PYMONGO_3_6
|
||||||
|
- python-version: 3.7
|
||||||
|
MONGODB: $MONGODB_4_4
|
||||||
PYMONGO: $PYMONGO_3_11
|
PYMONGO: $PYMONGO_3_11
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -7,6 +7,7 @@ Development
|
|||||||
===========
|
===========
|
||||||
- (Fill this out as you fix issues and develop your features).
|
- (Fill this out as you fix issues and develop your features).
|
||||||
- Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471
|
- Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471
|
||||||
|
- Add MongoDB 4.4 to CI
|
||||||
|
|
||||||
Changes in 0.22.1
|
Changes in 0.22.1
|
||||||
=================
|
=================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user