diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2c3c7e7..6b68186 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - drupal_version: ['9.5', '10.0', '10.1', '10.2', '11.x'] + drupal_version: ['10.1', '10.2', '10.3', '11.x'] steps: - name: Create project diff --git a/Makefile b/Makefile index d46a81f..ee00aec 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,10 @@ switch: $(GIT_SWITCH) 10.2.x make clean +10.3: php8.3 + $(GIT_SWITCH) 10.3.x + make clean + 11.x: php8.3 $(GIT_SWITCH) 11.x make clean diff --git a/README.md b/README.md index 812da40..c29a6a4 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` -* `9.3|9.4|9.5|10.0|10.1|11.x` - provides a clean environment with the specified Drupal version +* `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 ## PhpStorm configuration