Skip to content

Commit 62ffb4d

Browse files
PHPLIB-858: Add MongoDB 6.0 to GitHub CI matrix (#934)
1 parent dbb5940 commit 62ffb4d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ jobs:
3131
topology:
3232
- "server"
3333
include:
34+
- os: "ubuntu-20.04"
35+
php-version: "8.0"
36+
mongodb-version: "6.0"
37+
driver-version: "mongodb/mongo-php-driver@master"
38+
topology: "replica_set"
39+
- os: "ubuntu-20.04"
40+
php-version: "8.0"
41+
mongodb-version: "6.0"
42+
driver-version: "mongodb/mongo-php-driver@master"
43+
topology: "sharded_cluster"
3444
- os: "ubuntu-20.04"
3545
php-version: "8.0"
3646
mongodb-version: "5.0"

0 commit comments

Comments
 (0)