Skip to content

Commit

Permalink
disbaaled directly
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Nov 20, 2024
1 parent 70add0c commit 7b82264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ jobs:
# Disable Symfony deprecations helper for PHP 8.4+ until minor
# versions of Drupal 10 and 11 core fully support PHP 8.4+.
# @see https://www.drupal.org/project/drupal/issues/1267246
SYMFONY_DEPRECATIONS_HELPER: ${{ matrix.php-version < 8.4 && 'disabled'}}
# SYMFONY_DEPRECATIONS_HELPER: ${{ matrix.php-version < '8.4' && 'disabled' }}
SYMFONY_DEPRECATIONS_HELPER: 'disabled'

- name: Upload test results as an artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7b82264

Please sign in to comment.