File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,13 @@ jobs:
56
56
dependencies : " highest"
57
57
symfony-version : " stable"
58
58
# Test with a 5.0 sharded cluster
59
- - topology : " sharded_cluster"
60
- php-version : " 8.2"
61
- mongodb-version : " 5.0"
62
- driver-version : " stable"
63
- dependencies : " highest"
64
- symfony-version : " stable"
59
+ # Currently disabled due to a bug where MongoDB reports "sharding status unknown"
60
+ # - topology: "sharded_cluster"
61
+ # php-version: "8.2"
62
+ # mongodb-version: "5.0"
63
+ # driver-version: "stable"
64
+ # dependencies: "highest"
65
+ # symfony-version: "stable"
65
66
66
67
steps :
67
68
- name : " Checkout"
@@ -117,13 +118,6 @@ jobs:
117
118
dependency-versions : " ${{ matrix.dependencies }}"
118
119
composer-options : " --prefer-dist"
119
120
120
- - name : " Upload composer.lock as build artifact"
121
- uses : actions/upload-artifact@v4
122
- with :
123
- name : " composer-lock-phpunit-${{ matrix.php-version }}-${{ matrix.dependencies }}-${{ matrix.mongodb-version }}"
124
- path : composer.lock
125
- overwrite : true
126
-
127
121
- id : setup-mongodb
128
122
uses : mongodb-labs/drivers-evergreen-tools@master
129
123
with :
You can’t perform that action at this time.
0 commit comments