Skip to content

Commit

Permalink
Drupal 11.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrelan committed May 7, 2024
1 parent 24c1bee commit 6182096
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
drupal_version: ['10.2', '10.3', '10.4', '11.x']
drupal_version: ['10.2', '10.3', '10.4', '11.0', '11.x']

steps:
- name: Create project
Expand Down
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ switch:
$(GIT_SWITCH) 10.4.x
make clean

11.0: php8.3
$(GIT_SWITCH) 11.0.x
make clean

11.x: php8.3
$(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 @@ -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`
* `10.2|10.3|10.4|11.x` - provides a clean environment with the specified Drupal version
* `10.2|10.3|10.4|11.0|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
Expand Down

0 comments on commit 6182096

Please sign in to comment.