Skip to content

Commit

Permalink
Add symfony 7.0 to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Gildein committed Dec 2, 2023
1 parent b9aa787 commit 54b9cf0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
symfony-versions: ['5.4', '6.2', '6.3', '6.4']
symfony-versions: ['5.4', '6.2', '6.3', '6.4', '7.0']
php-versions: ['8.0', '8.1', '8.2', '8.3']
exclude:
- operating-system: ubuntu-latest
Expand All @@ -33,6 +33,12 @@ jobs:
- operating-system: ubuntu-latest
symfony-versions: '6.4'
php-versions: '8.0'
- operating-system: ubuntu-latest
symfony-versions: '7.0'
php-versions: '8.0'
- operating-system: ubuntu-latest
symfony-versions: '7.0'
php-versions: '8.1'
name: PHP ${{ matrix.php-versions }} / Symfony ${{ matrix.symfony-versions }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"php": "^8.0",
"ext-json": "*",
"promphp/prometheus_client_php": "^2.6",
"symfony/http-kernel": "^5.4|^6.2",
"symfony/dependency-injection": "^5.4|^6.2",
"symfony/config": "^5.4|^6.2"
"symfony/http-kernel": "^5.4|^6.2|^7.0",
"symfony/dependency-injection": "^5.4|^6.2|^7.0",
"symfony/config": "^5.4|^6.2|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0|^10.0",
"symfony/yaml": "^5.4|^6.2",
"symfony/browser-kit": "^5.4|^6.2",
"symfony/framework-bundle": "^5.4|^6.2",
"symfony/yaml": "^5.4|^6.2|^7.0",
"symfony/browser-kit": "^5.4|^6.2|^7.0",
"symfony/framework-bundle": "^5.4|^6.2|^7.0",
"friendsofphp/php-cs-fixer": "^3.17",
"escapestudios/symfony2-coding-standard": "^3.11",
"squizlabs/php_codesniffer": "^3.5"
Expand Down

0 comments on commit 54b9cf0

Please sign in to comment.