Skip to content

Commit 1adabf4

Browse files
committed
Symfony 8.0 support
1 parent f66e9e4 commit 1adabf4

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
@@ -77,6 +77,14 @@ jobs:
7777
dependencies: "highest"
7878
symfony-version: "stable"
7979
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"
8088
# Test with a sharded cluster
8189
# Currently disabled due to a bug where MongoDB reports "sharding status unknown"
8290
# - 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)