Skip to content

Commit e0754ef

Browse files
authored
Merge pull request #2682 from doctrine/2.9.x
Merge 2.9.x into 2.10.x
2 parents 1b4905e + 6af8698 commit e0754ef

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,13 @@ jobs:
5656
dependencies: "highest"
5757
symfony-version: "stable"
5858
# 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"
6566

6667
steps:
6768
- name: "Checkout"
@@ -117,13 +118,6 @@ jobs:
117118
dependency-versions: "${{ matrix.dependencies }}"
118119
composer-options: "--prefer-dist"
119120

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-
127121
- id: setup-mongodb
128122
uses: mongodb-labs/drivers-evergreen-tools@master
129123
with:

0 commit comments

Comments
 (0)