Skip to content

Commit

Permalink
Drop support for MongoDB 4.4
Browse files Browse the repository at this point in the history
MongoDB 4.4 reached its EOL in February so let's make the CI lighter for upcoming version
  • Loading branch information
malarzm authored Mar 19, 2024
1 parent 2a94296 commit 30078a6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- "7.0"
- "6.0"
- "5.0"
- "4.4"
driver-version:
- "stable"
topology:
Expand All @@ -38,7 +37,7 @@ jobs:
# Test against lowest dependencies
- dependencies: "lowest"
php-version: "8.1"
mongodb-version: "4.4"
mongodb-version: "5.0"
driver-version: "1.11.0"
topology: "server"
symfony-version: "stable"
Expand All @@ -49,17 +48,17 @@ jobs:
driver-version: "stable"
dependencies: "highest"
symfony-version: "7"
# Test with a 4.4 replica set
# Test with a 5.0 replica set
- topology: "replica_set"
php-version: "8.2"
mongodb-version: "4.4"
mongodb-version: "5.0"
driver-version: "stable"
dependencies: "highest"
symfony-version: "stable"
# Test with a 4.4 sharded cluster
# Test with a 5.0 sharded cluster
- topology: "sharded_cluster"
php-version: "8.2"
mongodb-version: "4.4"
mongodb-version: "5.0"
driver-version: "stable"
dependencies: "highest"
symfony-version: "stable"
Expand Down

0 comments on commit 30078a6

Please sign in to comment.