Skip to content

Commit ff87d9b

Browse files
committed
11.3
1 parent c254402 commit ff87d9b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
drupal_version: ['10.4', '10.5', '11.1', '11.2', '11.x']
30+
drupal_version: ['10.5', '10.6', '11.2', '11.3', '11.x']
3131

3232
steps:
3333
- name: Checkout

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ phpstan-baseline:
8989
$(GIT_SWITCH) 10.5.x
9090
make clean
9191

92+
10.6: php8.4
93+
$(GIT_SWITCH) 10.6.x
94+
make clean
95+
9296
11.0: php8.3
9397
$(GIT_SWITCH) 11.0.x
9498
make clean
@@ -101,6 +105,10 @@ phpstan-baseline:
101105
$(GIT_SWITCH) 11.2.x
102106
make clean
103107

108+
11.3: php8.4
109+
$(GIT_SWITCH) 11.3.x
110+
make clean
111+
104112
11.x: php8.4
105113
$(GIT_SWITCH) 11.x
106114
make clean

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Make commands should be executed on the host machine.
5353
* `switch` - switches branch, e.g. `make BRANCH=9.3 switch`
5454
* `phpstan` - runs phpstan for core
5555
* `phpstan-baseline` - generates phpstan baseline for core
56-
* `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
56+
* `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
5757
* `php8.1|php8.2|php8.3|php8.4` - starts the stack with the specified php version
5858

5959
## PhpStorm configuration

0 commit comments

Comments
 (0)