Skip to content

Commit

Permalink
test supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
boutell committed Mar 13, 2024
1 parent 46a15d5 commit f95a029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16]
mongodb-version: [4.2, 4.4, 5.0]
node-version: [18, 20]
mongodb-version: [5.0, 6.0, 7.0]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit f95a029

Please sign in to comment.