Skip to content

Commit

Permalink
Test with extension 2.0 on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Oct 1, 2024
1 parent 20800c6 commit 3bc60e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
driver-version: "stable"
dependencies: "highest"
symfony-version: "stable"
# Test with ext-2.0
- topology: "server"
php-version: "8.2"
mongodb-version: "7.0"
driver-version: "mongodb/[email protected]"
dependencies: "highest"
symfony-version: "7"
# Test with a 5.0 sharded cluster
# Currently disabled due to a bug where MongoDB reports "sharding status unknown"
# - topology: "sharded_cluster"
Expand Down

0 comments on commit 3bc60e1

Please sign in to comment.