Skip to content
Snippets Groups Projects
Commit 912c21cf authored by Fran Garcia-Linares's avatar Fran Garcia-Linares
Browse files

Issue #3439644 by jonathan1055, fjgarlin: Review all documentation pages.

parent c75043f4
Branches
Tags
No related merge requests found
# GitLab Templates Changelog # 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 ## 1.3.11 - 2024-04-23
#3444091 - Offer handy service to extend from with services connected. #3444091 - Offer handy service to extend from with services connected.
......
...@@ -37,6 +37,7 @@ variables: ...@@ -37,6 +37,7 @@ variables:
_D7_DRUPAL_TEST_DEPENDENCIES: "entity field_collection link" _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: 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` - Dev version of a module: `entity -dev`
- Exact version of a module: `entity-7.x-1.3` - Exact version of a module: `entity-7.x-1.3`
......
...@@ -68,7 +68,7 @@ phpunit: ...@@ -68,7 +68,7 @@ phpunit:
## Variants ## 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 ## Deprecations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment