Skip to content

Commit

Permalink
Remove Lando and Drupal 7 support. (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdorison authored Oct 25, 2023
1 parent 2d107b1 commit 306754d
Show file tree
Hide file tree
Showing 7 changed files with 345 additions and 530 deletions.
9 changes: 0 additions & 9 deletions .lando.yml

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ downstream repos.

| Usher Version | PHP | Drupal | Notes |
| --- | --- | --- | --- |
| 3.x | 8.1+ | 9.5 - 10.1+ | **Active development**
| 4.x | 8.1+ | 9.5 - 10.1+ | **Active development**
| 3.x | 8.1+ | 9.5 - 10.1+ | **Minimally maintained**
| 2.x | 7.4 - 8.1 | 7, 9.4 - 10.0 | **Minimally maintained**
| 1.x | 7.4 | 7, 8 | **Unsupported**

Expand Down Expand Up @@ -53,8 +54,8 @@ is provided as a starting point for Drupal projects.
### `robo dev:refresh`

The `dev:refresh` command, often available in downstream repos as
`composer robo dev:refresh -- DDEV/LANDO SITENAME`, refreshes your local
development environment (DDEV or Lando) which includes:
`composer robo dev:refresh -- SITENAME`, refreshes your local
development environment (DDEV) which includes:

1. `composer install`
1. Theme build (`robo theme:build`).
Expand Down
2 changes: 1 addition & 1 deletion robo.drupal.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ phpcs_standards:
- DrupalPractice
php_current_version: '8.1'
php_version_config_paths:
- .ddev/config.yaml
- composer.json
- .lando.yml
- .tugboat/config.yml
- .platform.app.yaml
- .github/workflows/ci.yml
Expand Down
Loading

0 comments on commit 306754d

Please sign in to comment.