Skip to content

Commit

Permalink
update mongodb default version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
trfore authored Sep 12, 2023
2 parents 9b99678 + 7ea1f72 commit 9343b4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
distro: [centos8, debian10, debian11, ubuntu2004]
version: ["5.0.20"]
version: ["5.0.21"]
molecule_scenario: ["-s default", "-s install_tarball"]
uses: ./.github/workflows/test.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ roles:
- Debian 10 & 11
- Ubuntu 20.04 & 22.04

### MongoDB Community `5.0.20`
### MongoDB Community `5.0.21`

- CentOS Stream 8
- Debian 10 & 11
Expand Down
2 changes: 1 addition & 1 deletion mongodb.versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"4.4": "4.4.24",
"5.0": "5.0.20",
"5.0": "5.0.21",
"6.0": "6.0.9"
}

0 comments on commit 9343b4b

Please sign in to comment.