Skip to content

Commit 8823d1f

Browse files
PHPC-2086: Add MongoDB 6.0 to GitHub CI matrix (#1323)
1 parent b73afcd commit 8823d1f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ jobs:
3131
topology:
3232
- "server"
3333
include:
34+
- os: "ubuntu-20.04"
35+
php-version: "8.0"
36+
mongodb-version: "6.0"
37+
topology: "replica_set"
38+
- os: "ubuntu-20.04"
39+
php-version: "8.0"
40+
mongodb-version: "6.0"
41+
topology: "sharded_cluster"
3442
- os: "ubuntu-20.04"
3543
php-version: "8.0"
3644
mongodb-version: "4.4"

0 commit comments

Comments
 (0)