DBZ-4327 Add support for MongoDB 4.4

This commit is contained in:
Jiri Pechanec 2021-11-22 11:51:43 +01:00 committed by GitHub
parent 797b991647
commit 200cfe7437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
version-mongo-server: ["4.0", "4.2", "5.0"] version-mongo-server: ["4.0", "4.4", "5.0"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Setup java 17 - name: Setup java 17