mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 18:36:53 +00:00
Disable the drupal integration tests in the 4.x branch
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.
This commit is contained in:
committed by
GitHub
parent
c3791fe986
commit
1d71e28a0a
@@ -113,6 +113,7 @@ jobs:
|
||||
run: ../../vendor/bin/simple-phpunit
|
||||
|
||||
integration-tests:
|
||||
if: "false" # TODO re-enable that job when Drupal does not use features deprecated in 3.x anymore
|
||||
needs:
|
||||
- 'tests'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user