Starts the specific version of MongoDB as a detach Docker container
Required The version of mongoDB. Default "3.6"
.
...
...
strategy:
matrix:
mongodb-version: ["4.0", "4.2"]
...
...
- name: Launch MongoDB
uses: wbari/[email protected]
with:
mongoDBVersion: ${{ matrix.mongodb-version }}