Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 9e6df79

Browse files
authored
Drupal template fixes pr 1.x (#133)
* Adding a Drupal 9 template to ce-dev. * Testing nodejs version change with blank template. * Incrementing version for release. * There's no drupal9 template for ce-deploy. * Updating Drupal templates. * Removing docs steps for ansible because they cannot work. * Suppressing unattended-upgrades. * Adding composer plugins to Drupal 8 deployments. * Adding the phpcodesniffer plugin for D8. * Updating PHP versions for templates.
1 parent f347208 commit 9e6df79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/drupal9/ce-dev/ansible/provision.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
upstreams: []
3737
- php:
3838
version:
39-
- 7.4
39+
- 8.0
4040
cli:
4141
memory_limit: -1
4242
_env_type: dev

templates/localgov/ce-dev/ansible/provision.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
upstreams: []
3737
- php:
3838
version:
39-
- 7.4
39+
- 8.1
4040
cli:
4141
memory_limit: -1
4242
_env_type: dev

0 commit comments

Comments
 (0)