Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down