Skip to content

Commit

Permalink
test symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Dec 2, 2023
1 parent 6043ae4 commit a201c11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
phpunit-version: 9
symfony-version: '^6'
stability: 'dev'
- php-version: '8.3'
phpunit-version: 9
symfony-version: '^7'
stability: 'dev'
name: PHP ${{ matrix.php-version }} Test on Symfony ${{ matrix.symfony-version }} ${{ matrix.dependencies}} ${{ matrix.stability }} ${{ matrix.composer-flag }}
steps:
- name: Pull the code
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"require": {
"ext-json": "*",
"php": "^7.1|^8.0",
"symfony/console": "^3.4|^4.0|^5.0|^6.0",
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0",
"symfony/process": "^3.4|^4.0|^5.0|^6.0",
"symfony/console": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/process": "^3.4|^4.0|^5.0|^6.0|^7.0",
"composer/semver": "^3.4"
},
"autoload": {
Expand Down

0 comments on commit a201c11

Please sign in to comment.