Skip to content

Commit

Permalink
Support Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
yguedidi committed Dec 24, 2023
1 parent eb012e5 commit 94a4863
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ jobs:
strategy:
matrix:
php: [7.4, 8.0, 8.1, 8.2]
symfony-version: [4.4.*, 5.4.*]
symfony-version: [4.4.*, 5.4.*, 6.4.*]
composer-flags: ['', '--prefer-lowest']
exclude:
- php: 7.4
symfony-version: 6.4.*
- php: 8.0
symfony-version: 6.4.*
fail-fast: true
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"require": {
"php": ">=7.4",
"wallabag/rulerz": "dev-master",
"symfony/validator": "^4.4|^5.4",
"symfony/form": "^4.4|^5.4"
"symfony/validator": "^4.4|^5.4|^6.4",
"symfony/form": "^4.4|^5.4|^6.4"
},
"require-dev": {
"phpunit/phpunit": "^8.5.14",
"symfony/phpunit-bridge": "^4.4|^5.4",
"symfony/phpunit-bridge": "^4.4|^5.4|^6.4",
"liip/rmt": "^1.2"
}
}

0 comments on commit 94a4863

Please sign in to comment.