diff --git a/CHANGELOG.md b/CHANGELOG.md index cfdd6a01a8ecb81cf86a81cc3b14d2628fe565b4..f9d1c5a35a5a50a166c19c69d08266bb57d2d0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # GitLab Templates Changelog +## 1.3.12 - 2024-05-xx + +#3439644 - Review all documentation pages, part 2.\ +#3444778 - Improve the check-versions job output. + ## 1.3.11 - 2024-04-23 #3444091 - Offer handy service to extend from with services connected. diff --git a/docs/info/drupal7.md b/docs/info/drupal7.md index dd6e7ecc1d3ee7dfa44ff9e95d2b05a25bf584da..82b8324b8a1c52af6352a6bf696e1501cf5eec74 100644 --- a/docs/info/drupal7.md +++ b/docs/info/drupal7.md @@ -37,6 +37,7 @@ variables: _D7_DRUPAL_TEST_DEPENDENCIES: "entity field_collection link" ``` These modules will be downloaded via `drush pm:download`. You can specify different variations in the list of modules: + - Dev version of a module: `entity -dev` - Exact version of a module: `entity-7.x-1.3` diff --git a/docs/jobs/phpunit.md b/docs/jobs/phpunit.md index 53b0544c1f337af1994c523536ee6ce0b4982f65..3ee86575b404dad89010118644ca2c93c13fa50e 100644 --- a/docs/jobs/phpunit.md +++ b/docs/jobs/phpunit.md @@ -68,7 +68,7 @@ phpunit: ## Variants -The phpunit job has multiple variants to check previous, current and future versions of Drupal. See the [OPT_IN variables](./jobs.md#skip-and-opt_in-variables) for more details. +The phpunit job has multiple variants to check previous, current and future versions of Drupal. See the [OPT_IN variables](./jobs.md) for more details. ## Deprecations