diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0548c66..bec9abf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - drupal_version: ['10.3', '10.4', '10.5', '11.0', '11.1', '11.x'] + drupal_version: ['10.4', '10.5', '11.1', '11.2', '11.x'] steps: - name: Checkout @@ -51,6 +51,6 @@ jobs: - name: Run tests env: - DRUPAL_VERSION: ${{ matrix.drupal_version == '11.x' && '11.2-dev' || matrix.drupal_version }} + DRUPAL_VERSION: ${{ matrix.drupal_version == '11.x' && '11.3-dev' || matrix.drupal_version }} run: | bats tests diff --git a/Makefile b/Makefile index 3406fc7..3f79b97 100644 --- a/Makefile +++ b/Makefile @@ -97,6 +97,10 @@ phpstan-baseline: $(GIT_SWITCH) 11.1.x make clean +11.2: php8.4 + $(GIT_SWITCH) 11.2.x + make clean + 11.x: php8.4 $(GIT_SWITCH) 11.x make clean diff --git a/README.md b/README.md index f0fce78..4d6f6eb 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.x` - provides a clean environment with the specified Drupal version +* `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 * `php8.1|php8.2|php8.3|php8.4` - starts the stack with the specified php version ## PhpStorm configuration