File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 14
14
DRUSH =$(EXEC ) ./bin/drush
15
15
DRUSH_INSTALL =$(DRUSH ) -y site:install --account-pass=password
16
16
GIT_SWITCH =cd app && git switch
17
- PHP_VERSION =8.3
17
+ PHP_VERSION =8.4
18
18
19
19
clean : composer minimal login
20
20
@@ -96,7 +96,7 @@ phpstan-baseline:
96
96
$(GIT_SWITCH ) 11.1.x
97
97
make clean
98
98
99
- 11.x : php8.3
99
+ 11.x : php8.4
100
100
$(GIT_SWITCH ) 11.x
101
101
make clean
102
102
@@ -114,3 +114,6 @@ php8.2:
114
114
115
115
php8.3 :
116
116
make start -e PHP_VERSION=8.3
117
+
118
+ php8.4 :
119
+ make start -e PHP_VERSION=8.4
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Make commands should be executed on the host machine.
54
54
* ` phpstan ` - runs phpstan for core
55
55
* ` phpstan-baseline ` - generates phpstan baseline for core
56
56
* ` 10.2|10.3|10.4|10.5|11.0|11.1|11.x ` - provides a clean environment with the specified Drupal version
57
- * ` php8.1|php8.2|php8.3 ` - starts the stack with the specified php version
57
+ * ` php8.1|php8.2|php8.3|php8.4 ` - starts the stack with the specified php version
58
58
59
59
## PhpStorm configuration
60
60
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ services:
17
17
php-fpm :
18
18
build :
19
19
args :
20
- BASE_IMAGE : skpr/php-fpm:${PHP_VERSION:-8.3 }-dev-v2-latest
20
+ BASE_IMAGE : skpr/php-fpm:${PHP_VERSION:-8.4 }-dev-v2-latest
21
21
USERNAME : ${USERNAME:-skpr}
22
22
UID : ${UID:-1000}
23
23
GID : ${GID:-1000}
@@ -32,7 +32,7 @@ services:
32
32
php-cli :
33
33
build :
34
34
args :
35
- BASE_IMAGE : skpr/php-cli:${PHP_VERSION:-8.3 }-dev-v2-latest
35
+ BASE_IMAGE : skpr/php-cli:${PHP_VERSION:-8.4 }-dev-v2-latest
36
36
USERNAME : ${USERNAME:-skpr}
37
37
UID : ${UID:-1000}
38
38
GID : ${GID:-1000}
You can’t perform that action at this time.
0 commit comments