DBZ-6246 Bumping minimal MongoDB version to 4.2 in GH actions

This commit is contained in:
jcechace 2023-03-23 14:00:18 +01:00 committed by Jakub Cechacek
parent 4eabec4ad5
commit 1a2a040859

View File

@ -280,7 +280,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
version-mongo-server: ["4.0", "4.4", "5.0", "6.0"] version-mongo-server: ["4.2", "4.4", "5.0", "6.0"]
fail-fast: false fail-fast: false
steps: steps:
- name: Checkout Action - name: Checkout Action