Skip to content

Commit afe53d1

Browse files
Added support for Symfony 7
1 parent b2fc1b5 commit afe53d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [ "8.1", "8.2" ]
13-
symfony: [ "5.3", "6.0" ]
12+
php: [ "8.1", "8.2", "8.3" ]
13+
symfony: [ "5.3", "6.0", "7.0" ]
1414

1515
name: PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }} ${{ matrix.prefer }}
1616

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"require": {
4848
"php": "^8.1",
4949
"dragon-code/support": "^6.10",
50-
"symfony/console": "^5.3 || ^6.0"
50+
"symfony/console": "^5.3 || ^6.0 || ^7.0"
5151
},
5252
"require-dev": {
5353
"phpunit/phpunit": "^10.0",
54-
"symfony/var-dumper": "^5.3 || ^6.0"
54+
"symfony/var-dumper": "^5.3 || ^6.0 || ^7.0"
5555
},
5656
"minimum-stability": "stable",
5757
"prefer-stable": true,

0 commit comments

Comments
 (0)