Skip to content

Commit 9de6384

Browse files
committed
Revert "Upgrade MongoDB to 8.2.1"
This reverts commit 71d2a05.
1 parent 71d2a05 commit 9de6384

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-python-atlas.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: cp .github/workflows/runtests.py django_repo/tests/runtests_.py
5252
- name: Start local Atlas
5353
working-directory: .
54-
run: bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:8.2.1
54+
run: bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:8.0.15
5555
- name: Install mongosh
5656
run: |
5757
wget -q https://downloads.mongodb.com/compass/mongosh-2.2.10-linux-x64.tgz
@@ -60,9 +60,9 @@ jobs:
6060
mongosh --version
6161
- name: Install mongocryptd from Enterprise tarball
6262
run: |
63-
curl -sSL -o mongodb-enterprise.tgz "https://downloads.mongodb.com/linux/mongodb-linux-x86_64-enterprise-ubuntu2404-8.2.1.tgz"
63+
curl -sSL -o mongodb-enterprise.tgz "https://downloads.mongodb.com/linux/mongodb-linux-x86_64-enterprise-ubuntu2204-8.0.15.tgz"
6464
tar -xzf mongodb-enterprise.tgz
65-
sudo cp mongodb-linux-x86_64-enterprise-ubuntu2404-8.2.1/bin/mongocryptd /usr/local/bin/
65+
sudo cp mongodb-linux-x86_64-enterprise-ubuntu2204-8.0.15/bin/mongocryptd /usr/local/bin/
6666
- name: Start mongocryptd
6767
run: |
6868
nohup mongocryptd --logpath=/tmp/mongocryptd.log &

0 commit comments

Comments
 (0)