Skip to content

Commit 8408959

Browse files
committed
Use the stable release for ext-mongodb v2
1 parent 9b4e9a7 commit 8408959

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,14 @@ jobs:
6969
dependencies: "highest"
7070
symfony-version: "stable"
7171
proxy: "proxy-manager"
72-
# Test with ext-2.0
72+
# Test with ext-1.21
7373
- topology: "server"
7474
php-version: "8.2"
7575
mongodb-version: "7.0"
76-
driver-version: "mongodb/mongo-php-driver@v2.x"
76+
driver-version: "1.21.0"
7777
dependencies: "highest"
7878
symfony-version: "7"
79+
proxy: "lazy-ghost"
7980
# Test with a 5.0 sharded cluster
8081
# Currently disabled due to a bug where MongoDB reports "sharding status unknown"
8182
# - topology: "sharded_cluster"

0 commit comments

Comments
 (0)