Skip to content

Commit

Permalink
fix build config
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Sep 7, 2024
1 parent c92021f commit 44a5767
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
pull_request: ~
push: ~

env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=0

jobs:
check:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -52,6 +49,8 @@ jobs:
- 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.*
Expand All @@ -61,7 +60,7 @@ jobs:
- description: 'Dev deps'
php: '8.3'
dev: true
symfony: 7.1.*
symfony: 7.2.*
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
steps:
- name: Checkout
Expand Down

0 comments on commit 44a5767

Please sign in to comment.