Skip to content

Commit

Permalink
Merge pull request #4296 from apostrophecms/add-mongodb-seven
Browse files Browse the repository at this point in the history
Add MongoDB 7.0 to workflow
  • Loading branch information
BoDonkey authored Sep 21, 2023
2 parents 249daad + 7e26c0e commit da70663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
node-version: [16, 18]
mongodb-version: [4.4, 5.0, 6.0]
mongodb-version: [4.4, 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 da70663

Please sign in to comment.