Skip to content

Commit d54bfd6

Browse files
committed
chore(ci): pin to MongoDB 8.0.5 in homebrew smoke test
Since it's a smoke test, we don't really need to worry about the specific server version and can just remove this again once we drop macOS 13.
1 parent 88f5fb1 commit d54bfd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/homebrew.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
run: brew install mongosh
2121

2222
- name: Run smoke tests
23-
run: npx --yes mongodb-runner -- exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI mongosh --smokeTests'
23+
# 8.0.5 due to us having macos-13 in the platform support list, SERVER-101020
24+
run: npx --yes mongodb-runner --version 8.0.5-enterprise -- exec -- sh -c 'env MONGOSH_SMOKE_TEST_SERVER=$MONGODB_URI mongosh --smokeTests'
2425

2526
- name: Report failure
2627
if: ${{ failure() }}

0 commit comments

Comments
 (0)