Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: run tests in github actions (from v.6.9.4)
Browse files Browse the repository at this point in the history
Demetrio Marino committed Jan 9, 2024
1 parent 4a23db3 commit 53a142e
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ on:
branches:
- main
- v6.x
- feat/mongodb-7-compatibility-checks-from-crud6
paths:
- ".github/workflows/**"
- "lib/**"
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
mongodb-version: ["4.2", "4.4", "5.0", "6.0"]
mongodb-version: ["4.4", "5.0", "6.0", "7.0"]
steps:
- uses: actions/checkout@v3

0 comments on commit 53a142e

Please sign in to comment.