DBZ-3938 Add CI for MongoDB 5.0

This commit is contained in:
Jiri Pechanec 2021-11-18 14:28:19 +01:00 committed by Gunnar Morling
parent e8386bca8c
commit 974c5df579
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -130,7 +130,7 @@
<color>yellow</color>
</log>
<wait>
<log>.*waiting for connections on port 27017</log> <!-- internal port, multiline matching -->
<log>.*[Ww]aiting for connections.*27017</log> <!-- internal port, multiline matching -->
<time>30000</time> <!-- 30 seconds max -->
</wait>
</run>