Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/amazonlinux2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
molecule_distro:
- amazonlinux2
mongodb_version:
- '5.0'
- '4.4'
- '4.2'
- '4.0'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
molecule_distro:
molecule_distro:
- centos7
- centos8
mongodb_version:
- '5.0'
- '4.4'
- '4.2'
- '4.0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- debian9
- debian10
mongodb_version:
- '5.0'
- '4.4'
- '4.2'
- '4.0'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
include:
- molecule_distro: ubuntu2004
mongodb_version: '4.4'
- molecule_distro: ubuntu2004
mongodb_version: '5.0'
env:
MONGODB_VERSION: ${{ matrix.mongodb_version }}
MOLECULE_DISTRO: ${{ matrix.molecule_distro }}
Expand Down
339 changes: 0 additions & 339 deletions LICENSE.md

This file was deleted.

240 changes: 0 additions & 240 deletions README.md

This file was deleted.

Loading