File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 77
77
dependencies : " highest"
78
78
symfony-version : " stable"
79
79
proxy : " lazy-ghost"
80
+ # Test with upcoming Symfony 8.0
81
+ - topology : " server"
82
+ php-version : " 8.4"
83
+ mongodb-version : " 8.0"
84
+ driver-version : " stable"
85
+ dependencies : " highest"
86
+ symfony-version : " ^8.0"
87
+ proxy : " lazy-ghost"
80
88
# Test with a sharded cluster
81
89
# Currently disabled due to a bug where MongoDB reports "sharding status unknown"
82
90
# - topology: "sharded_cluster"
Original file line number Diff line number Diff line change 32
32
"jean85/pretty-package-versions" : " ^1.3.0 || ^2.0.1" ,
33
33
"mongodb/mongodb" : " ^1.21 || ^2.0@dev" ,
34
34
"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" ,
36
36
"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" ,
38
38
"symfony/var-exporter" : " ^6.2 || ^7.0"
39
39
},
40
40
"require-dev" : {
49
49
"phpstan/phpstan-phpunit" : " ^2.0" ,
50
50
"phpunit/phpunit" : " ^10.4" ,
51
51
"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"
53
53
},
54
54
"conflict" : {
55
55
"doctrine/annotations" : " <1.12 || >=3.0"
You can’t perform that action at this time.
0 commit comments