Skip to content

Commit f347e71

Browse files
authored
Merge pull request #42 from php-bundles/supportSymvony7
Add support Symfony 7
2 parents e26ed03 + 76cddc3 commit f347e71

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/php.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- '7.4'
2727
- '8.0'
2828
- '8.1'
29+
- '8.2'
2930

3031
steps:
3132
- name: Checkout

.github/workflows/symfony.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
symfony-versions: '^6.0'
3737
- php: '8.1'
3838
symfony-versions: '^6.0'
39+
- php: '8.2'
40+
symfony-versions: '^7.0'
3941

4042
name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }}
4143
steps:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"require": {
2323
"php": "^7.2||^8.0",
2424
"predis/predis": "~1.1",
25-
"symfony/framework-bundle": "^4.3||^5.0||^6.0",
26-
"symfony/yaml": "^4.3||^5.0||^6.0"
25+
"symfony/framework-bundle": "^4.3||^5.0||^6.0||^7.0",
26+
"symfony/yaml": "^4.3||^5.0||^6.0||^7.0"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^8.5||^9.0",

0 commit comments

Comments
 (0)