Skip to content

Commit

Permalink
Final round of feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Oct 4, 2024
1 parent 49d7234 commit 82391c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/content/supported-drupal.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cms: [drupal]
audience: [development]
product: [--]
integration: [--]
reviewed: "2024-08-13"
reviewed: "2024-10-04"
---

The following table indicates availability of the specified Drupal version, as well as our usage recommendations and our support scope.
Expand All @@ -19,8 +19,8 @@ The following table indicates availability of the specified Drupal version, as w
| ----------- | :---------: | :---------: | :---------: |
| 11 | <span style="color:green">✔</span> | <span style="color:green">✔</span> | <span style="color:green">✔</span>
| 10 | <span style="color:green">✔</span> | <span style="color:green">✔</span> | <span style="color:green">✔</span> |
| 9 |⚠️ <Popover title="Drupal 9 Availability" content="Drupal 9 is past its end of life date and is not an available option during site creation in the Pantheon dashboard. For a workaround, see the <a href='#drupal-8-and-9-on-pantheon'>section below.</a> While it remains functional on the platform, do not build for the future on it." /> || <span style="color:green">✔</span> |
| 8 |⚠️ <Popover title="Drupal 8 Availability" content="Drupal 8 is past its end of life date and is not an available option during site creation in the Pantheon dashboard. For a workaround, see the <a href='#drupal-8-and-9-on-pantheon'>section below.</a> While it remains functional on the platform, do not build for the future on it." /> || <span style="color:green">✔</span> |
| 9 |<span style="color:green">✔</span> <Popover title="Drupal 9 Availability" content="Drupal 9 is past its end of life date and is not an available option during site creation in the Pantheon dashboard. For a workaround, see the <a href='#drupal-8-and-9-on-pantheon'>section below.</a> While it remains functional on the platform, do not build for the future on it." /> || <span style="color:green">✔</span> |
| 8 |<span style="color:green">✔</span> <Popover title="Drupal 8 Availability" content="Drupal 8 is past its end of life date and is not an available option during site creation in the Pantheon dashboard. For a workaround, see the <a href='#drupal-8-and-9-on-pantheon'>section below.</a> While it remains functional on the platform, do not build for the future on it." /> || <span style="color:green">✔</span> |
| 7 | <span style="color:green">✔</span> || <span style="color:green">✔</span> |
| 6 ||||

Expand All @@ -30,7 +30,7 @@ Refer to [Create a New CMS Site](/add-site-dashboard) for how to create a new Dr
If you already have a Drupal 10 site on Pantheon, you can upgrade your existing site to [Drupal 11 via Composer](https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-later/how-to-upgrade-from-drupal-10-to-drupal-11).

## Drupal 8 and 9 on Pantheon
Drupal 8 and 9 are not available as an option during site creation in the Pantheon dashboard, however they can still be created on the platform using Terminus. For example:
Drupal 8 and 9 are not available as an option during site creation in the Pantheon dashboard, however they can still be created on the platform using [Terminus](/terminus). For example:

```bash{promptUser: user}
terminus site:create <site> <label> drupal8
Expand Down

0 comments on commit 82391c2

Please sign in to comment.