From 7c88700033032b19c96bbda70d00939ab79d9e10 Mon Sep 17 00:00:00 2001 From: Michael Strelan Date: Mon, 27 Oct 2025 09:24:18 +1000 Subject: [PATCH] 11.3 --- .github/workflows/tests.yml | 2 +- Makefile | 8 ++++++++ README.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bec9abf..ad99280 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - drupal_version: ['10.4', '10.5', '11.1', '11.2', '11.x'] + drupal_version: ['10.5', '10.6', '11.2', '11.3', '11.x'] steps: - name: Checkout diff --git a/Makefile b/Makefile index 3f79b97..6b39f76 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,10 @@ phpstan-baseline: $(GIT_SWITCH) 10.5.x make clean +10.6: php8.4 + $(GIT_SWITCH) 10.6.x + make clean + 11.0: php8.3 $(GIT_SWITCH) 11.0.x make clean @@ -101,6 +105,10 @@ phpstan-baseline: $(GIT_SWITCH) 11.2.x make clean +11.3: php8.4 + $(GIT_SWITCH) 11.3.x + make clean + 11.x: php8.4 $(GIT_SWITCH) 11.x make clean diff --git a/README.md b/README.md index 4d6f6eb..e6ded97 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Make commands should be executed on the host machine. * `switch` - switches branch, e.g. `make BRANCH=9.3 switch` * `phpstan` - runs phpstan for core * `phpstan-baseline` - generates phpstan baseline for core -* `10.2|10.3|10.4|10.5|11.0|11.1|11.2|11.x` - provides a clean environment with the specified Drupal version +* `10.3|10.4|10.5|10.6|11.1|11.2|11.3|11.x` - provides a clean environment with the specified Drupal version * `php8.1|php8.2|php8.3|php8.4` - starts the stack with the specified php version ## PhpStorm configuration