Skip to content

Commit

Permalink
Merge pull request #42 from php-bundles/supportSymvony7
Browse files Browse the repository at this point in the history
Add support Symfony 7
  • Loading branch information
Yozhef authored Jan 17, 2024
2 parents e26ed03 + 76cddc3 commit f347e71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- '7.4'
- '8.0'
- '8.1'
- '8.2'

steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/symfony.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
symfony-versions: '^6.0'
- php: '8.1'
symfony-versions: '^6.0'
- php: '8.2'
symfony-versions: '^7.0'

name: PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"require": {
"php": "^7.2||^8.0",
"predis/predis": "~1.1",
"symfony/framework-bundle": "^4.3||^5.0||^6.0",
"symfony/yaml": "^4.3||^5.0||^6.0"
"symfony/framework-bundle": "^4.3||^5.0||^6.0||^7.0",
"symfony/yaml": "^4.3||^5.0||^6.0||^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5||^9.0",
Expand Down

0 comments on commit f347e71

Please sign in to comment.