From 61820969c3bb06a10eb6b8f511e2980845d5cf44 Mon Sep 17 00:00:00 2001 From: Patchy Date: Tue, 7 May 2024 12:20:56 +1000 Subject: [PATCH] Drupal 11.0.x --- .github/workflows/tests.yml | 2 +- Makefile | 4 ++++ README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d35343a..7eaf599 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - drupal_version: ['10.2', '10.3', '10.4', '11.x'] + drupal_version: ['10.2', '10.3', '10.4', '11.0', '11.x'] steps: - name: Create project diff --git a/Makefile b/Makefile index 1952740..7f631ac 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,10 @@ switch: $(GIT_SWITCH) 10.4.x make clean +11.0: php8.3 + $(GIT_SWITCH) 11.0.x + make clean + 11.x: php8.3 $(GIT_SWITCH) 11.x make clean diff --git a/README.md b/README.md index 038c987..615368e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Make commands should be executed on the host machine. * `umami` - installs Drupal with the demo_umami profile * `login` - gets a one-time login link * `switch` - switches branch, e.g. `make BRANCH=9.3 switch` -* `10.2|10.3|10.4|11.x` - provides a clean environment with the specified Drupal version +* `10.2|10.3|10.4|11.0|11.x` - provides a clean environment with the specified Drupal version * `php8.1|php8.2|php8.3` - starts the stack with the specified php version ## PhpStorm configuration