Skip to content

Commit

Permalink
Remove annoying lowest dependencies build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Jun 17, 2024
1 parent 85856bd commit f985348
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ jobs:
- "8.2"

dependencies:
- "lowest"
- "highest"

symfony:
Expand Down Expand Up @@ -340,7 +339,7 @@ jobs:
dependency-versions: "${{ matrix.dependencies }}"

- name: "Collect code coverage with pcov and phpunit/phpunit"
run: "vendor/bin/phpunit tests/Unit/ --coverage-clover=.build/logs/clover.xml"
run: "vendor/bin/phpunit --coverage-clover=.build/logs/clover.xml"

- name: "Send code coverage report to Codecov.io"
uses: "codecov/codecov-action@v3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

{{ sylius_template_event('sylius.admin.order.update.form', {'resource': resource}) }}

{{ form_row(form._token) }}
{% include '@SyliusUi/Form/Buttons/_update.html.twig' with {'paths': {'cancel': sylius_generate_redirect_path(path('sylius_admin_order_index'))}} %}
</div>
{{ form_end(form, {'render_rest': false}) }}

0 comments on commit f985348

Please sign in to comment.