Skip to content

Commit

Permalink
try to skip deprecation in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Dec 4, 2024
1 parent 1d4d896 commit db88370
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 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,14 @@ jobs:
- description: 'Symfony 5.4'
php: '8.1'
symfony: 5.4.*
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
- description: 'Dev deps'
php: '8.2'
php: '8.3'
dev: true
symfony: 7.0.*
symfony: 7.2.*
env:
SYMFONY_DEPRECATIONS_HELPER: max[self]=1
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
steps:
- name: Checkout
Expand Down

0 comments on commit db88370

Please sign in to comment.