Skip to content

Commit

Permalink
10.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrelan authored May 1, 2024
1 parent 505b8b9 commit 9a51c85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.1', '10.2', '10.3', '11.x']
drupal_version: ['10.2', '10.3', '10.4', '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 @@ -73,6 +73,10 @@ switch:
$(GIT_SWITCH) 10.3.x
make clean

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

11.x: php8.3
$(GIT_SWITCH) 11.x
make clean
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ 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|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
* `10.2|10.3|10.4|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 9a51c85

Please sign in to comment.