Skip to content

Commit

Permalink
fixed ci process
Browse files Browse the repository at this point in the history
  • Loading branch information
Yozhef committed Jun 2, 2024
1 parent 7f9b30e commit a723f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- '^5.4'
- '^6.0'
- '^6.2'
'^7.0'
include:
- description: 'Log Code Coverage'
php: '8.2'
Expand Down Expand Up @@ -63,6 +62,7 @@ jobs:
composer require symfony/routing:${{ matrix.symfony-versions }} --no-update --no-scripts
composer require --dev symfony/console:${{ matrix.symfony-versions }} --no-update --no-scripts
composer require --dev symfony/browser-kit:${{ matrix.symfony-versions }} --no-update --no-scripts
- name: Install dependencies
run: composer install
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"phpunit/phpunit": "^9.5",
"slevomat/coding-standard": "^7.0",
"squizlabs/php_codesniffer": "^3.6",
"sensio/framework-extra-bundle": "^5.4 || ^6.0 || ^7.0",
"sensio/framework-extra-bundle": "^5.4 || ^6.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/browser-kit": "^5.4 || ^6.0 || ^7.0"
},
Expand Down

0 comments on commit a723f13

Please sign in to comment.