Skip to content

Commit 5012d25

Browse files
authored
10.4.x (#30)
1 parent 505b8b9 commit 5012d25

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
drupal_version: ['10.1', '10.2', '10.3', '11.x']
20+
drupal_version: ['10.2', '10.3', '10.4', '11.x']
2121

2222
steps:
2323
- name: Create project

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ switch:
7373
$(GIT_SWITCH) 10.3.x
7474
make clean
7575

76+
10.4: php8.3
77+
$(GIT_SWITCH) 10.4.x
78+
make clean
79+
7680
11.x: php8.3
7781
$(GIT_SWITCH) 11.x
7882
make clean

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Make commands should be executed on the host machine.
5151
* `umami` - installs Drupal with the demo_umami profile
5252
* `login` - gets a one-time login link
5353
* `switch` - switches branch, e.g. `make BRANCH=9.3 switch`
54-
* `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
55-
* `php7.4|php8.0|php8.1|php8.2|php8.3` - starts with stack with the specified php version
54+
* `10.2|10.3|10.4|11.x` - provides a clean environment with the specified Drupal version
55+
* `php8.1|php8.2|php8.3` - starts the stack with the specified php version
5656

5757
## PhpStorm configuration
5858

0 commit comments

Comments
 (0)