Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2', '8.3' ]
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
Comment thread
bocharsky-bw marked this conversation as resolved.
Outdated
strategy: [ 'highest' ]
sf_version: ['']

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"php": "^8.1",
"nikic/php-parser": "^5.0",
"symfony/deprecation-contracts": "^2.5 || ^3.0",
"symfony/finder": "^5.4 || ^6.4 || ^7.0",
"symfony/finder": "^5.4 || ^6.4 || ^7.0 || ^8.0",
"twig/twig": "^2.0 || ^3.0",
"phpstan/phpdoc-parser": "^2.3"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4 || ^6.4 || ^7.0",
"symfony/translation": "^5.4 || ^6.4 || ^7.0",
"symfony/validator": "^5.4 || ^6.4 || ^7.0",
"symfony/twig-bridge": "^5.4 || ^6.4 || ^7.0",
"symfony/phpunit-bridge": "^5.4 || ^6.4 || ^7.0 || ^8.0",
"symfony/translation": "^5.4 || ^6.4 || ^7.0 || ^8.0",
"symfony/validator": "^5.4 || ^6.4 || ^7.0 || ^8.0",
"symfony/twig-bridge": "^5.4 || ^6.4 || ^7.0 || ^8.0",
"knplabs/knp-menu": "^3.1"
},
"autoload": {
Expand Down
Loading