Skip to content

Commit 11c9306

Browse files
committed
Test with extension 2.0 on GitHub Actions
1 parent 9d6e1d5 commit 11c9306

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/continuous-integration.yml

+8
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: "ubuntu-20.04"
1717

1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
php-version:
2122
- "8.1"
@@ -55,6 +56,13 @@ jobs:
5556
driver-version: "stable"
5657
dependencies: "highest"
5758
symfony-version: "stable"
59+
# Test with ext-2.0
60+
- topology: "server"
61+
php-version: "8.2"
62+
mongodb-version: "7.0"
63+
driver-version: "mongodb/[email protected]"
64+
dependencies: "highest"
65+
symfony-version: "7"
5866
# Test with a 5.0 sharded cluster
5967
# Currently disabled due to a bug where MongoDB reports "sharding status unknown"
6068
# - topology: "sharded_cluster"

0 commit comments

Comments
 (0)