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.
2 parents bd860e9 + 70a4879 commit 0e14cb4Copy full SHA for 0e14cb4
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
0 commit comments