We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b33894 commit 70a4879Copy full SHA for 70a4879
Makefile
@@ -7,7 +7,7 @@ endif
7
DRUSH=$(EXEC) ./bin/drush
8
DRUSH_INSTALL=$(DRUSH) -y site:install --account-pass=password
9
GIT_SWITCH=cd app && git switch
10
-PHP_VERSION=8.0
+PHP_VERSION=8.2
11
12
clean: composer minimal login
13
@@ -47,15 +47,15 @@ switch:
47
$(GIT_SWITCH) 9.4.x
48
make clean
49
50
-9.5: php8.0
+9.5: php8.1
51
$(GIT_SWITCH) 9.5.x
52
53
54
10.0: php8.1
55
$(GIT_SWITCH) 10.0.x
56
57
58
-10.1: php8.1
+10.1: php8.2
59
$(GIT_SWITCH) 10.1.x
60
61
@@ -67,3 +67,6 @@ php8.0:
67
68
php8.1:
69
make start -e PHP_VERSION=8.1
70
+
71
+php8.2:
72
+ make start -e PHP_VERSION=8.2
0 commit comments