twigphp / Twig

Twig, the flexible, fast, and secure template language for PHP
https://twig.symfony.com/
BSD 3-Clause "New" or "Revised" License
8.18k stars 1.25k forks source link

Disable the drupal integration tests in the 4.x branch #4201

Closed stof closed 3 months ago

stof commented 3 months ago

Drupal uses the AbstractNodeVisitor which is deprecated in 3.x and removed in 4.x, so the job fails all the time. This should be re-enabled once Drupal can be tested against Twig 4.x.

stof commented 3 months ago

Alternatively, maybe the integration tests should be updated to use Drupal 11 instead of Drupal 10.1.x-dev. Maybe they already migrated away from that base class.

fabpot commented 3 months ago

I'm going to merge more PRs with deprecations, so Drupal will definitely not work anyway.

fabpot commented 3 months ago

Thank you @stof.