mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 02:46:29 +00:00
minor #4201 Disable the drupal integration tests in the 4.x branch (stof)
This PR was merged into the 4.x branch.
Discussion
----------
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.
Commits
-------
1d71e28a Disable the drupal integration tests in the 4.x branch
This commit is contained in:
@@ -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