diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 70393ebc..02eeccd4 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -11,9 +11,10 @@ on: tags: - 'v[0-9]+\.[0-9]+\.[0-9]+*' env: - MONGODB_3_4: 3.4.19 MONGODB_3_6: 3.6.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_6: 3.6 @@ -47,14 +48,14 @@ jobs: MONGODB: [$MONGODB_4_0] PYMONGO: [$PYMONGO_3_11] include: - - python-version: 3.7 - MONGODB: $MONGODB_3_4 - PYMONGO: $PYMONGO_3_6 - python-version: 3.7 MONGODB: $MONGODB_3_6 PYMONGO: $PYMONGO_3_9 - 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 steps: - uses: actions/checkout@v2 diff --git a/docs/changelog.rst b/docs/changelog.rst index 5898eb1f..aaf8f3cc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,7 @@ Development =========== - (Fill this out as you fix issues and develop your features). - Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471 +- Add MongoDB 4.4 to CI Changes in 0.22.1 =================