Skip to content

Commit

Permalink
Skip sharded setup due to errors when running queries
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 30, 2024
1 parent 3c9b1e8 commit 56be530
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@ jobs:
dependencies: "highest"
symfony-version: "stable"
# Test with a 5.0 sharded cluster
- topology: "sharded_cluster"
php-version: "8.2"
mongodb-version: "5.0"
driver-version: "stable"
dependencies: "highest"
symfony-version: "stable"
# Currently disabled due to a bug where MongoDB reports "sharding status unknown"
# - topology: "sharded_cluster"
# php-version: "8.2"
# mongodb-version: "5.0"
# driver-version: "stable"
# dependencies: "highest"
# symfony-version: "stable"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 56be530

Please sign in to comment.