Skip to content

Commit

Permalink
Run Mongo version tests on Node 18, up from 12, and fix matrix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalaytekin committed Mar 13, 2024
1 parent 928a2fa commit a6c3c49
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
node: [18, 20]
mongo: [latest]
include:
- { node: 12, mongo: 6.0.11 }
- { node: 12, mongo: 5.0.22 }
- { node: 12, mongo: 4.4.25 }
- { node: 12, mongo: 3.6.23 }
- { node: 12, mongo: 2.6.12 }

- { node: 18, mongo: 6.0.11 }
- { node: 18, mongo: 5.0.22 }
- { node: 18, mongo: 4.4.25 }
- { node: 18, mongo: 3.6.23 }
- { node: 18, mongo: 2.6.12 }
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
Expand Down

0 comments on commit a6c3c49

Please sign in to comment.