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:
Christophe Coevoet
2024-08-13 16:39:04 +02:00
committed by GitHub
parent c3791fe986
commit 1d71e28a0a
+1
View File
@@ -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'