We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4e9a7 commit 8408959Copy full SHA for 8408959
.github/workflows/continuous-integration.yml
@@ -69,13 +69,14 @@ jobs:
69
dependencies: "highest"
70
symfony-version: "stable"
71
proxy: "proxy-manager"
72
- # Test with ext-2.0
+ # Test with ext-1.21
73
- topology: "server"
74
php-version: "8.2"
75
mongodb-version: "7.0"
76
- driver-version: "mongodb/mongo-php-driver@v2.x"
+ driver-version: "1.21.0"
77
78
symfony-version: "7"
79
+ proxy: "lazy-ghost"
80
# Test with a 5.0 sharded cluster
81
# Currently disabled due to a bug where MongoDB reports "sharding status unknown"
82
# - topology: "sharded_cluster"
0 commit comments