Skip to content

Commit a8157ad

Browse files
committed
Fix: TEST compliance repository for ubuntu 24.04
1 parent d825ce3 commit a8157ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test-files/test-compliance-repository/compliance/install-mongodb-repository.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ compliance:
2828
- name: ubuntu
2929
if: "{{variables.is_ubuntu}}"
3030
parameters:
31-
name: mongodb-org-5.0
32-
url: "[ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/5.0 multiverse"
33-
key: f5679a222c647c87527c2f8cb00a0bd1e2c63c11
31+
name: mongodb-org-8.0
32+
url: "[ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu noble/mongodb-org/8.0 multiverse"
33+
key: 41DE058A4E7DCA05
3434
key-server: hkp://keyserver.ubuntu.com:80
3535

3636

0 commit comments

Comments
 (0)