diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfc40c30e..1fc33eb86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,5 +169,5 @@ jobs: # ini-values: memory_limit=-1 # tools: composer:v2 # -# - run: ./drupal_test.sh +# - run: bash ./tests/drupal_test.sh # shell: "bash" diff --git a/CHANGELOG b/CHANGELOG index da49c4fba..68654a65b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -92,7 +92,11 @@ * bumped minimum PHP version to 7.2 * removed PSR-0 classes -# 2.14.6 (2021-XX-XX) +# 2.14.7 (2021-XX-XX) + + * n/a + +# 2.14.6 (2021-05-16) * Revert "Throw a proper exception when a template name is an absolute path (as it has never been supported)" @@ -443,7 +447,11 @@ * improved the performance of the filesystem loader * removed features that were deprecated in 1.x -# 1.44.4 (2021-XX-XX) +# 1.44.5 (2021-XX-XX) + + * n/a + +# 1.44.4 (2021-05-16) * Revert "Throw a proper exception when a template name is an absolute path (as it has never been supported)" diff --git a/drupal_test.sh b/tests/drupal_test.sh old mode 100755 new mode 100644 similarity index 100% rename from drupal_test.sh rename to tests/drupal_test.sh