Skip to content

Commit

Permalink
remove spaceless
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Sep 7, 2024
1 parent 64f316b commit 47e45bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request: ~
push: ~

env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=0

jobs:
check:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -42,37 +45,23 @@ jobs:
include:
- description: 'No Symfony specified'
php: '8.1'
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
- description: 'No Symfony specified'
php: '8.2'
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
- description: 'No Symfony specified'
php: '8.3'
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
- description: 'Lowest deps'
php: '8.1'
composer_option: '--prefer-lowest'
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=0
- description: 'Symfony 5.4'
php: '8.1'
symfony: 5.4.*
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
- description: 'Symfony 6.4'
php: '8.2'
symfony: 6.4.*
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
- description: 'Dev deps'
php: '8.3'
dev: true
symfony: 7.1.*
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
steps:
- name: Checkout
Expand Down
2 changes: 0 additions & 2 deletions src/Knp/Menu/Resources/views/knp_menu.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
{% endmacro %}

{% block compressed_root %}
{% apply spaceless %}
{{ block('root') }}
{% endapply %}
{% endblock %}

{% block root %}
Expand Down

0 comments on commit 47e45bb

Please sign in to comment.