Skip to content

Commit

Permalink
move env
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Aug 6, 2023
1 parent 0282fd6 commit 109bd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
- description: 'Lowest deps'
php: '7.4'
composer_option: '--prefer-lowest'
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
- description: 'Symfony 3.4'
php: '7.4'
symfony: 3.4.*
Expand Down Expand Up @@ -73,4 +71,6 @@ jobs:
if: matrix.dev
- run: composer update --no-interaction --no-progress --ansi ${{ matrix.composer_option }}
- run: vendor/bin/phpunit
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1

0 comments on commit 109bd5b

Please sign in to comment.