Skip to content

Commit 67e642b

Browse files
committed
Symfony 8.0 support
1 parent 8030f02 commit 67e642b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ jobs:
8585
dependencies: "highest"
8686
symfony-version: "stable"
8787
proxy: "lazy-ghost"
88+
# Test with upcoming Symfony 8.0
89+
- topology: "server"
90+
php-version: "8.4"
91+
mongodb-version: "8.0"
92+
driver-version: "stable"
93+
dependencies: "highest"
94+
symfony-version: "^8.0"
95+
proxy: "lazy-ghost"
8896
# Test with a sharded cluster
8997
# Currently disabled due to a bug where MongoDB reports "sharding status unknown"
9098
# - topology: "sharded_cluster"

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"jean85/pretty-package-versions": "^1.3.0 || ^2.0.1",
3333
"mongodb/mongodb": "^1.21 || ^2.0@dev",
3434
"psr/cache": "^1.0 || ^2.0 || ^3.0",
35-
"symfony/console": "^5.4 || ^6.0 || ^7.0",
35+
"symfony/console": "^5.4 || ^6.4 || ^7.0 || ^8.0",
3636
"symfony/deprecation-contracts": "^2.2 || ^3.0",
37-
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
37+
"symfony/var-dumper": "^5.4 || ^6.4 || ^7.0 || ^8.0",
3838
"symfony/var-exporter": "^6.2 || ^7.0"
3939
},
4040
"require-dev": {
@@ -49,7 +49,7 @@
4949
"phpstan/phpstan-phpunit": "^2.0",
5050
"phpunit/phpunit": "^10.4",
5151
"squizlabs/php_codesniffer": "^3.5",
52-
"symfony/cache": "^5.4 || ^6.0 || ^7.0"
52+
"symfony/cache": "^5.4 || ^6.4 || ^7.0 || ^8.0"
5353
},
5454
"conflict": {
5555
"doctrine/annotations": "<1.12 || >=3.0"

0 commit comments

Comments
 (0)