Skip to content

Commit

Permalink
⬆️ Update MongoDB versions in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Jan 7, 2025
1 parent d698166 commit 1eb8f8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
mongodb-version: ["5.0", "6.0"]
mongodb-version: ["5.0", "6.0", "7.0"]
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
mongodb-version: ["7.0"]
mongodb-version: ["8.0"]
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pullrequests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
mongodb-version: ["5.0", "6.0", "7.0"]
mongodb-version: ["5.0", "6.0", "7.0", "8.0"]
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
mongodb-version: ["5.0", "6.0"]
mongodb-version: ["5.0", "6.0", "7.0"]
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
version: ${{ steps.set_version.outputs.version }}
strategy:
matrix:
mongodb-version: ["7.0"]
mongodb-version: ["8.0"]
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1eb8f8c

Please sign in to comment.