Skip to content

Commit

Permalink
fix deprecations in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Sep 7, 2024
1 parent 3481ca6 commit 64f316b
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,16 @@ 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'
Expand All @@ -54,10 +60,19 @@ jobs:
- description: 'Symfony 5.4'
php: '8.1'
symfony: 5.4.*
- description: 'Dev deps'
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.0.*
symfony: 7.1.*
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
steps:
- name: Checkout
Expand Down

0 comments on commit 64f316b

Please sign in to comment.