Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
chore: add bson v6 to workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Oct 15, 2023
1 parent 521cdcd commit 2e1b6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
bson: [4.x, 5.x]
bson: [4.x, 5.x, 6.x]
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
Expand Down

0 comments on commit 2e1b6c4

Please sign in to comment.