From 5012d25c40874736de56ad8ae88dd3290c9d8357 Mon Sep 17 00:00:00 2001 From: Michael Strelan Date: Wed, 1 May 2024 13:21:47 +1000 Subject: [PATCH] 10.4.x (#30) --- .github/workflows/tests.yml | 2 +- Makefile | 4 ++++ README.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6b68186..d35343a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - drupal_version: ['10.1', '10.2', '10.3', '11.x'] + drupal_version: ['10.2', '10.3', '10.4', '11.x'] steps: - name: Create project diff --git a/Makefile b/Makefile index ee00aec..df7ecac 100644 --- a/Makefile +++ b/Makefile @@ -73,6 +73,10 @@ switch: $(GIT_SWITCH) 10.3.x make clean +10.4: php8.3 + $(GIT_SWITCH) 10.4.x + make clean + 11.x: php8.3 $(GIT_SWITCH) 11.x make clean diff --git a/README.md b/README.md index c29a6a4..038c987 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ 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` -* `9.3|9.4|9.5|10.0|10.1|10.2|10.3|11.x` - provides a clean environment with the specified Drupal version -* `php7.4|php8.0|php8.1|php8.2|php8.3` - starts with stack with the specified php version +* `10.2|10.3|10.4|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