Skip to content

Commit

Permalink
update mongodb default version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
trfore authored Oct 30, 2023
2 parents a77a113 + 1ac68a6 commit 2c6c860
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.21"]
version: ["5.0.22"]
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.21`
### MongoDB Community `5.0.22`

- 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.25",
"5.0": "5.0.21",
"5.0": "5.0.22",
"6.0": "6.0.11"
}

0 comments on commit 2c6c860

Please sign in to comment.