Skip to content

Commit 800c0b3

Browse files
authored
Compatibility with Symfony 7.* (#39)
* add compatibility with symfony 7 * Update tests.yml
1 parent 71a1566 commit 800c0b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- php-version: 8.1
2525
symfony-version: 6.1.*
2626
sonata-version: ^4.0
27+
- php-version: 8.3
28+
symfony-version: 7.2.*
29+
sonata-version: ^4.0
2730

2831
steps:
2932
- name: "Checkout"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"require": {
2828
"php": "^7.4|^8.0",
2929
"sonata-project/admin-bundle": "^4.0",
30-
"symfony/workflow": "^4.4|^5.0|^6.0"
30+
"symfony/workflow": "^4.4|^5.0|^6.0|^7.0"
3131
},
3232
"require-dev": {
3333
"phpunit/phpunit": "^9.5",

0 commit comments

Comments
 (0)