From 3bc60e12b349deca85c16ae60991d4bd24198b5f Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Tue, 1 Oct 2024 13:35:09 +0200 Subject: [PATCH] Test with extension 2.0 on GitHub Actions --- .github/workflows/continuous-integration.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index cf9b10606..e9f13f922 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -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/mongo-php-driver@v2.x" + 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"